Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp53 MergeableConst16Section = Ctx.getELFSection( in Initialize()
118 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h186 MCSection *MergeableConst16Section = nullptr; variable
380 return MergeableConst16Section; in getMergeableConst16Section()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1012 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
1013 return MergeableConst16Section; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp418 MergeableConst16Section = in initELFMCObjectFileInfo()