Home
last modified time | relevance | path

Searched refs:MergeableConst32Section (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h181 MCSection *MergeableConst32Section = nullptr; variable
346 return MergeableConst32Section; in getMergeableConst32Section()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp745 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
746 return MergeableConst32Section; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp379 MergeableConst32Section = in initELFMCObjectFileInfo()