OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowUTF8
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/
Mangler.cpp
26
static bool isAcceptableChar(char C, bool AllowPeriod, bool
AllowUTF8
) {
32
!(
AllowUTF8
&& (C & 0x80)))
61
bool
AllowUTF8
= MAI->doesAllowUTF8();
63
if (!isAcceptableChar(Str[i], AllowPeriod,
AllowUTF8
))
80
bool
AllowUTF8
= MAI->doesAllowUTF8();
82
if (!isAcceptableChar(Str[i], AllowPeriod,
AllowUTF8
))
/external/llvm/include/llvm/MC/
MCAsmInfo.h
159
///
AllowUTF8
- This is true if the assembler accepts UTF-8 input.
161
bool
AllowUTF8
;
489
return
AllowUTF8
;
/external/llvm/lib/MC/
MCAsmInfo.cpp
56
AllowUTF8
= true;
Completed in 466 milliseconds