Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp53 MergeableConst16Section = Ctx.getELFSection( in Initialize()
118 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
149 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h180 MCSection *MergeableConst16Section = nullptr; variable
343 return MergeableConst16Section; in getMergeableConst16Section()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp743 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
744 return MergeableConst16Section; in getSectionForConstant()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectFileInfo.cpp375 MergeableConst16Section = in initELFMCObjectFileInfo()