HomeSort by relevance Sort by last modified time
    Searched defs:AllowUTF8 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/
Mangler.cpp 25 static bool isAcceptableChar(char C, bool AllowPeriod, bool AllowUTF8) {
31 !(AllowUTF8 && (C & 0x80)))
60 bool AllowUTF8 = MAI.doesAllowUTF8();
62 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8))
79 bool AllowUTF8 = MAI.doesAllowUTF8();
81 if (!isAcceptableChar(Str[i], AllowPeriod, AllowUTF8))
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 154 /// AllowUTF8 - This is true if the assembler accepts UTF-8 input.
156 bool AllowUTF8;
485 return AllowUTF8;

Completed in 5313 milliseconds