Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp51 MergeableConst8Section = Ctx.getELFSection( in Initialize()
121 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 const MCSection *MergeableConst8Section; variable
309 return MergeableConst8Section; in getMergeableConst8Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp360 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
361 return MergeableConst8Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp432 MergeableConst8Section = in InitELFMCObjectFileInfo()