llvm::isArm64ECMangledFunctionName

Check if an ARM64EC function name is mangled.

Synopsis

Declared in <llvm/IR/Mangler.h>

bool
isArm64ECMangledFunctionName(StringRef Name);

Parameters

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