OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMergeable2ByteCString
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
150
bool
isMergeable2ByteCString
() const { return K == Mergeable2ByteCString; }
/external/llvm/lib/MC/
MCSectionELF.cpp
152
if (Kind.
isMergeable2ByteCString
()) return 2;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
272
Kind.
isMergeable2ByteCString
() ||
282
if (Kind.
isMergeable2ByteCString
())
545
if (Kind.
isMergeable2ByteCString
() && !GV->hasExternalLinkage() &&
Completed in 486 milliseconds