Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp54 MergeableConst16Section = Ctx.getELFSection( in Initialize()
122 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
149 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h160 const MCSection *MergeableConst16Section; variable
312 return MergeableConst16Section; in getMergeableConst16Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp362 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
363 return MergeableConst16Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp436 MergeableConst16Section = in InitELFMCObjectFileInfo()