Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h180 MCSection *MergeableConst16Section = nullptr; variable
343 return MergeableConst16Section; in getMergeableConst16Section()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp743 if (Kind.isMergeableConst16() && MergeableConst16Section) in getSectionForConstant()
744 return MergeableConst16Section; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp375 MergeableConst16Section = in initELFMCObjectFileInfo()