Returns the ARM64EC demangled function name, unless the input is not mangled.
Declared in <llvm/IR/Mangler.h>
std::optional<std::string>
getArm64ECDemangledFunctionName(StringRef Name);
Class template for optional values.
| Name | Description |
|---|---|
| Name | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |