Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DMangler.cpp25 static bool isAcceptableChar(char C, bool AllowPeriod, bool AllowUTF8) { in isAcceptableChar() argument
31 !(AllowUTF8 && (C & 0x80))) in isAcceptableChar()
60 bool AllowUTF8 = MAI.doesAllowUTF8(); in NameNeedsEscaping() local
62 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8)) in NameNeedsEscaping()
79 bool AllowUTF8 = MAI.doesAllowUTF8(); in appendMangledName() local
81 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8)) in appendMangledName()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h156 bool AllowUTF8; variable
485 return AllowUTF8; in doesAllowUTF8()
/external/llvm/lib/MC/
DMCAsmInfo.cpp55 AllowUTF8 = true; in MCAsmInfo()