Searched refs:AllowUTF8 (Results 1 – 3 of 3) sorted by relevance
25 static bool isAcceptableChar(char C, bool AllowPeriod, bool AllowUTF8) { in isAcceptableChar() argument31 !(AllowUTF8 && (C & 0x80))) in isAcceptableChar()60 bool AllowUTF8 = MAI.doesAllowUTF8(); in NameNeedsEscaping() local62 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8)) in NameNeedsEscaping()79 bool AllowUTF8 = MAI.doesAllowUTF8(); in appendMangledName() local81 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8)) in appendMangledName()
156 bool AllowUTF8; variable485 return AllowUTF8; in doesAllowUTF8()
55 AllowUTF8 = true; in MCAsmInfo()