Home
last modified time | relevance | path

Searched refs:isMergeableConst8 (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()
117 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
147 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h149 bool isMergeableConst8() const { return K == MergeableConst8; } in isMergeableConst8() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp615 else if (Kind.isMergeableConst8()) in getEntrySizeForKind()
1021 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
1367 if (Kind.isMergeableConst8()) in SelectSectionForGlobal()
1407 if (Kind.isMergeableConst8()) in getSectionForConstant()
2057 } else if (Kind.isMergeableConst8()) { in getSectionForConstant()