Home
last modified time | relevance | path

Searched refs:isMergeable2ByteCString (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp242 Kind.isMergeable2ByteCString() || in SelectSectionForGlobal()
252 if (Kind.isMergeable2ByteCString()) in SelectSectionForGlobal()
417 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() && in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp144 if (Kind.isMergeable2ByteCString()) return 2; in DetermineEntrySize()
/external/llvm/include/llvm/MC/
DSectionKind.h127 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h150 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp252 if (Kind.isMergeable2ByteCString()) { in selectELFSectionForGlobal()
615 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() && in SelectSectionForGlobal()