Searched refs:NameNeedsQuoting (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCSymbol.cpp29 /// NameNeedsQuoting - Return true if the identifier \p Str needs quotes to be
31 static bool NameNeedsQuoting(StringRef Str) { function
66 if (!NameNeedsQuoting(Name)) {

Completed in 92 milliseconds