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
163
if (Kind.
isMergeable2ByteCString
()) return 2;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
283
Kind.
isMergeable2ByteCString
() ||
293
if (Kind.
isMergeable2ByteCString
())
619
if (Kind.
isMergeable2ByteCString
() && !GV->hasExternalLinkage() &&
[
all
...]
Completed in 58 milliseconds