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()
123 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
152 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *MergeableConst16Section; variable
292 return MergeableConst16Section; in getMergeableConst16Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp354 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
355 return MergeableConst16Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp464 MergeableConst16Section = in initELFMCObjectFileInfo()