Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp47 MergeableConst4Section = Ctx.getELFSection( in Initialize()
116 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
146 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp48 MergeableConst4Section = Ctx.getELFSection( in Initialize()
121 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
152 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp47 MergeableConst4Section = Ctx.getELFSection( in Initialize()
116 if (Kind.isMergeableConst4()) return MergeableConst4Section; in SelectSectionForGlobal()
147 if (Kind.isMergeableConst4()) return MergeableConst4Section; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *MergeableConst4Section; variable
291 return MergeableConst4Section; in getMergeableConst4Section()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h178 MCSection *MergeableConst4Section = nullptr; variable
337 return MergeableConst4Section; in getMergeableConst4Section()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h179 MCSection *MergeableConst4Section = nullptr; variable
346 return MergeableConst4Section; in getMergeableConst4Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp358 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
359 return MergeableConst4Section; in getSectionForConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp739 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
740 return MergeableConst4Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp485 MergeableConst4Section = in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp367 MergeableConst4Section = in initELFMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp372 MergeableConst4Section = in initELFMCObjectFileInfo()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp890 if (Kind.isMergeableConst4() && MergeableConst4Section) in getSectionForConstant()
891 return MergeableConst4Section; in getSectionForConstant()