Home
last modified time | relevance | path

Searched refs:doesAllowUTF8 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/
DMangler.cpp60 bool AllowUTF8 = MAI.doesAllowUTF8(); in NameNeedsEscaping()
79 bool AllowUTF8 = MAI.doesAllowUTF8(); in appendMangledName()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h484 bool doesAllowUTF8() const { in doesAllowUTF8() function