llvm::MCAsmInfo::isValidUnquotedName

Return true if the identifier Name does not need quotes to be syntactically correct.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool
isValidUnquotedName(StringRef Name) const;

Parameters

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