Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp51 MergeableConst8Section = Ctx.getELFSection( in Initialize()
118 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
149 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h175 MCSection *MergeableConst8Section; variable
327 return MergeableConst8Section; in getMergeableConst8Section()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp715 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
716 return MergeableConst8Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp363 MergeableConst8Section = in initELFMCObjectFileInfo()