Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp54 MergeableConst16Section = Ctx.getELFSection( in Initialize()
123 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
150 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h156 MCSection *MergeableConst16Section; variable
287 return MergeableConst16Section; in getMergeableConst16Section()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp360 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
361 return MergeableConst16Section; in getSectionForConstant()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp446 MergeableConst16Section = in initELFMCObjectFileInfo()