Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/MC/
H A DSectionKind.h126 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSectionKind.h131 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp120 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp258 assert(Kind.isMergeable1ByteCString() && "unknown string width"); in selectELFSectionForGlobal()
607 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp534 if (Kind.isMergeable1ByteCString()) in getEntrySizeForKind()
1000 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()
1853 if (!Kind.isMergeable1ByteCString()) in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp607 if (Kind.isMergeable1ByteCString()) in getEntrySizeForKind()
1349 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()