Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp64 MergeableConst4Section = in Initialize()
143 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
171 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h159 const MCSection *MergeableConst4Section; variable
310 return MergeableConst4Section; in getMergeableConst4Section()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp313 if (Kind.isMergeableConst4() && MergeableConst4Section) in SelectSectionForGlobal()
314 return MergeableConst4Section; in SelectSectionForGlobal()
347 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
348 return MergeableConst4Section; in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp472 MergeableConst4Section = in InitELFMCObjectFileInfo()