Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h119 const MCSection *MergeableConst16Section; variable
214 return MergeableConst16Section; in getMergeableConst16Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp273 if (Kind.isMergeableConst16() && MergeableConst16Section) in SelectSectionForGlobal()
274 return MergeableConst16Section; in SelectSectionForGlobal()
306 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
307 return MergeableConst16Section; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp43 MergeableConst16Section = in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp266 MergeableConst16Section = in InitELFMCObjectFileInfo()