llvm::getArm64ECDemangledFunctionName

Returns the ARM64EC demangled function name, unless the input is not mangled.

Synopsis

Declared in <llvm/IR/Mangler.h>

std::optional<std::string>
getArm64ECDemangledFunctionName(StringRef Name);

Return Value

Class template for optional values.

Parameters

NameDescription
NameRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.