Home
last modified time | relevance | path

Searched refs:isMergeableConst (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h127 isMergeableConst(); in isReadOnly()
138 bool isMergeableConst() const { in isMergeableConst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp521 if (K.isMergeableCString() || K.isMergeableConst()) in getELFSectionFlags()
581 assert(!Kind.isMergeableConst() && "unknown data width"); in getEntrySizeForKind()
620 } else if (Kind.isMergeableConst()) { in getELFSectionNameForGlobal()
1307 if (GO->hasPrivateLinkage() && Kind.isMergeableConst()) { in SelectSectionForGlobal()
1969 if (Kind.isMergeableConst() && C && in getSectionForConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp396 if (Kind.isMergeableConst()) { in selectSmallSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1165 if (!GVKind.isMergeableCString() && !GVKind.isMergeableConst()) { in processGlobals()