Home
last modified time | relevance | path

Searched refs:isMergeable4ByteCString (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp145 if (Kind.isMergeable4ByteCString()) return 4; in DetermineEntrySize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h134 bool isMergeable4ByteCString() const { return K == Mergeable4ByteCString; } in isMergeable4ByteCString() function
/external/llvm/include/llvm/MC/
DSectionKind.h128 bool isMergeable4ByteCString() const { return K == Mergeable4ByteCString; } in isMergeable4ByteCString() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h151 bool isMergeable4ByteCString() const { return K == Mergeable4ByteCString; } in isMergeable4ByteCString() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp243 Kind.isMergeable4ByteCString()) { in SelectSectionForGlobal()
254 else if (Kind.isMergeable4ByteCString()) in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp254 } else if (Kind.isMergeable4ByteCString()) { in selectELFSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp430 else if (Kind.isMergeable4ByteCString()) in getEntrySizeForKind()