Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h117 const MCSection *MergeableConst4Section; variable
208 return MergeableConst4Section; in getMergeableConst4Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp269 if (Kind.isMergeableConst4() && MergeableConst4Section) in SelectSectionForGlobal()
270 return MergeableConst4Section; in SelectSectionForGlobal()
302 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
303 return MergeableConst4Section; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp33 MergeableConst4Section = in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp256 MergeableConst4Section = in InitELFMCObjectFileInfo()