Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h185 MCSection *MergeableConst16Section = nullptr; variable
361 return MergeableConst16Section; in getMergeableConst16Section()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp954 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
955 return MergeableConst16Section; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp381 MergeableConst16Section = in initELFMCObjectFileInfo()