Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp88 K.isMergeableConst8() || K.isMergeableConst16()) in getXCoreSectionFlags()
118 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h150 bool isMergeableConst16() const { return K == MergeableConst16; } in isMergeableConst16() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp617 else if (Kind.isMergeableConst16()) in getEntrySizeForKind()
1023 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
1369 if (Kind.isMergeableConst16()) in SelectSectionForGlobal()
1409 if (Kind.isMergeableConst16()) in getSectionForConstant()
2062 } else if (Kind.isMergeableConst16()) { in getSectionForConstant()