Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp47 MergeableConst4Section = Ctx.getELFSection( in Initialize()
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 DMCObjectFileInfo.h184 MCSection *MergeableConst4Section = nullptr; variable
371 return MergeableConst4Section; in getMergeableConst4Section()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1019 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
1020 return MergeableConst4Section; in getSectionForConstant()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp401 MergeableConst4Section = in initELFMCObjectFileInfo()