Home
last modified time | relevance | path

Searched refs:isMergeable2ByteCString (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp428 else if (Kind.isMergeable2ByteCString()) in getEntrySizeForKind()
813 if (Kind.isMergeable2ByteCString() && !GO->hasExternalLinkage() && in SelectSectionForGlobal()