Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/MC/
H A DSectionKind.h127 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSectionKind.h132 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DSectionKind.h141 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DSectionKind.h141 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DSectionKind.h141 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DSectionKind.h141 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DSectionKind.h141 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp252 if (Kind.isMergeable2ByteCString()) { in selectELFSectionForGlobal()
615 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() && in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp536 else if (Kind.isMergeable2ByteCString()) in getEntrySizeForKind()
1008 if (Kind.isMergeable2ByteCString() && !GO->hasExternalLinkage() && in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp609 else if (Kind.isMergeable2ByteCString()) in getEntrySizeForKind()
1357 if (Kind.isMergeable2ByteCString() && !GO->hasExternalLinkage() && in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1640 GVKind.isMergeable2ByteCString() || GVKind.isMergeable4ByteCString()) in EmitGlobalVariable()