Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h133 isMergeableConst(); in isReadOnly()
144 bool isMergeableConst() const { in isMergeableConst() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp397 if (Kind.isMergeableConst()) { in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp557 if (K.isMergeableCString() || K.isMergeableConst()) in getELFSectionFlags()
610 assert(!Kind.isMergeableConst() && "unknown data width"); in getEntrySizeForKind()
652 } else if (Kind.isMergeableConst()) { in getELFSectionNameForGlobal()
1377 if (GO->hasPrivateLinkage() && Kind.isMergeableConst()) { in SelectSectionForGlobal()
2074 if (Kind.isMergeableConst() && C && in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1428 if (!GVKind->isMergeableCString() && !GVKind->isMergeableConst()) { in processGlobals()