Home
last modified time | relevance | path

Searched refs:MergeableConst8Section (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.cpp50 MergeableConst8Section = Ctx.getELFSection( in Initialize()
117 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h179 MCSection *MergeableConst8Section = nullptr; variable
340 return MergeableConst8Section; in getMergeableConst8Section()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp741 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
742 return MergeableConst8Section; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp371 MergeableConst8Section = in initELFMCObjectFileInfo()