Home
last modified time | relevance | path

Searched refs:isAcceptableChar (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSymbol.cpp20 static bool isAcceptableChar(char C) { in isAcceptableChar() function
37 if (!isAcceptableChar(Str[i])) in NameNeedsQuoting()
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp25 static bool isAcceptableChar(char C, bool AllowPeriod) { in isAcceptableChar() function
60 if (!isAcceptableChar(Str[i], AllowPeriod)) in NameNeedsEscaping()
78 if (!isAcceptableChar(Str[i], AllowPeriod)) in appendMangledName()
/external/llvm/lib/MC/
DMCAsmInfo.cpp144 static bool isAcceptableChar(char C) { in isAcceptableChar() function
156 if (!isAcceptableChar(C)) in isValidUnquotedName()