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
377 return MergeableConst8Section; in getMergeableConst8Section()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1010 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
1011 return MergeableConst8Section; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp414 MergeableConst8Section = in initELFMCObjectFileInfo()