Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp48 MergeableConst4Section = Ctx.getELFSection( in Initialize()
117 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h174 MCSection *MergeableConst4Section; variable
324 return MergeableConst4Section; in getMergeableConst4Section()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp713 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
714 return MergeableConst4Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp359 MergeableConst4Section = in initELFMCObjectFileInfo()