HomeSort by relevance Sort by last modified time
    Searched refs:AllowUTF8 (Results 1 - 3 of 3) 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;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 55 AllowUTF8 = true;

Completed in 61 milliseconds