Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp54 MergeableConst16Section = Ctx.getELFSection( in Initialize()
119 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
150 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h176 MCSection *MergeableConst16Section; variable
330 return MergeableConst16Section; in getMergeableConst16Section()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp717 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
718 return MergeableConst16Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp367 MergeableConst16Section = in initELFMCObjectFileInfo()