Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp53 MergeableConst16Section = Ctx.getELFSection( in Initialize()
118 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp54 MergeableConst16Section = Ctx.getELFSection( in Initialize()
123 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
154 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp53 MergeableConst16Section = Ctx.getELFSection( in Initialize()
118 if (Kind.isMergeableConst16()) return MergeableConst16Section; in SelectSectionForGlobal()
149 if (Kind.isMergeableConst16()) return MergeableConst16Section; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h161 MCSection *MergeableConst16Section; variable
297 return MergeableConst16Section; in getMergeableConst16Section()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h180 MCSection *MergeableConst16Section = nullptr; variable
343 return MergeableConst16Section; in getMergeableConst16Section()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h181 MCSection *MergeableConst16Section = nullptr; variable
352 return MergeableConst16Section; in getMergeableConst16Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp362 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
363 return MergeableConst16Section; in getSectionForConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp743 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
744 return MergeableConst16Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp493 MergeableConst16Section = in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp375 MergeableConst16Section = in initELFMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp380 MergeableConst16Section = in initELFMCObjectFileInfo()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp894 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
895 return MergeableConst16Section; in getSectionForConstant()