Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp50 MergeableConst8Section = Ctx.getELFSection( in Initialize()
117 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
147 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h184 MCSection *MergeableConst8Section = nullptr; variable
358 return MergeableConst8Section; in getMergeableConst8Section()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp952 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
953 return MergeableConst8Section; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp377 MergeableConst8Section = in initELFMCObjectFileInfo()