Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp50 MergeableConst8Section = Ctx.getELFSection( in Initialize()
117 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
147 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h185 MCSection *MergeableConst8Section = nullptr; variable
378 return MergeableConst8Section; in getMergeableConst8Section()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp416 MergeableConst8Section = in initELFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1013 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
1014 return MergeableConst8Section; in getSectionForConstant()