Home
last modified time | relevance | path

Searched refs:isMergeableConst4 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp87 if (K.isMergeableCString() || K.isMergeableConst4() || in getXCoreSectionFlags()
116 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
146 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h148 bool isMergeableConst4() const { return K == MergeableConst4; } in isMergeableConst4() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp613 else if (Kind.isMergeableConst4()) in getEntrySizeForKind()
1019 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
1365 if (Kind.isMergeableConst4()) in SelectSectionForGlobal()
1405 if (Kind.isMergeableConst4()) in getSectionForConstant()
2052 if (Kind.isMergeableConst4()) { in getSectionForConstant()