OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMergeable4ByteCString
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
151
bool
isMergeable4ByteCString
() const { return K == Mergeable4ByteCString; }
/external/llvm/lib/MC/
MCSectionELF.cpp
153
if (Kind.
isMergeable4ByteCString
()) return 4;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
273
Kind.
isMergeable4ByteCString
()) {
284
else if (Kind.
isMergeable4ByteCString
())
Completed in 24 milliseconds