Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp47 MergeableConst4Section = Ctx.getELFSection( in Initialize()
116 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
146 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h184 MCSection *MergeableConst4Section = nullptr; variable
369 return MergeableConst4Section; in getMergeableConst4Section()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp402 MergeableConst4Section = in initELFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp985 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
986 return MergeableConst4Section; in getSectionForConstant()