Home
last modified time | relevance | path

Searched refs:isMergeable1ByteCString (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp69 if (Kind.isMergeable1ByteCString()) in IsGlobalInSmallSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp241 if (Kind.isMergeable1ByteCString() || in SelectSectionForGlobal()
257 assert(Kind.isMergeable1ByteCString() && "unknown string width"); in SelectSectionForGlobal()
410 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp79 if (Kind.isMergeable1ByteCString()) in IsGlobalInSmallSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp143 if (Kind.isMergeable1ByteCString()) return 1; in DetermineEntrySize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h132 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/external/llvm/include/llvm/MC/
DSectionKind.h126 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h149 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp120 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp116 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp258 assert(Kind.isMergeable1ByteCString() && "unknown string width"); in selectELFSectionForGlobal()
607 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp426 if (Kind.isMergeable1ByteCString()) in getEntrySizeForKind()
805 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()