Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h147 const MCSection *MergeableConst4Section; variable
280 return MergeableConst4Section; in getMergeableConst4Section()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp33 MergeableConst4Section = in Initialize()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp299 if (Kind.isMergeableConst4() && MergeableConst4Section) in SelectSectionForGlobal()
300 return MergeableConst4Section; in SelectSectionForGlobal()
332 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
333 return MergeableConst4Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp358 MergeableConst4Section = in InitELFMCObjectFileInfo()