Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/MC/ !
H A DMCObjectFileInfo.h184 MCSection *MergeableConst4Section = nullptr; variable
375 return MergeableConst4Section; in getMergeableConst4Section()
/src/contrib/llvm-project/llvm/lib/MC/ !
H A DMCObjectFileInfo.cpp412 MergeableConst4Section = in initELFMCObjectFileInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DTargetLoweringObjectFileImpl.cpp1011 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
1012 return MergeableConst4Section; in getSectionForConstant()