Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h247 bool getDataSections() const { in getDataSections() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp695 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1346 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1411 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
1770 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1837 assert(!TM.getFunctionSections() && !TM.getDataSections() && in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp346 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp1000 const bool UseDataSections = getFlags().getDataSections(); in emitGlobal()