Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp51 MergeableConst8Section = Ctx.getELFSection( in Initialize()
122 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
149 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h155 MCSection *MergeableConst8Section; variable
284 return MergeableConst8Section; in getMergeableConst8Section()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp358 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
359 return MergeableConst8Section; in getSectionForConstant()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp442 MergeableConst8Section = in initELFMCObjectFileInfo()