Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 const MCSection *MergeableConst8Section; variable
306 return MergeableConst8Section; in getMergeableConst8Section()
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp38 MergeableConst8Section = in Initialize()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp301 if (Kind.isMergeableConst8() && MergeableConst8Section) in SelectSectionForGlobal()
302 return MergeableConst8Section; in SelectSectionForGlobal()
334 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
335 return MergeableConst8Section; in getSectionForConstant()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCObjectFileInfo.cpp429 MergeableConst8Section = in InitELFMCObjectFileInfo()