Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h217 static bool getDataSections();
/external/llvm/include/llvm/Target/
DTargetMachine.h206 bool getDataSections() const { in getDataSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h218 bool getDataSections() const { in getDataSections() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp240 bool TargetMachine::getDataSections() { in getDataSections() function in TargetMachine
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp324 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
937 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
994 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp514 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1134 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1199 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
1537 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp314 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp339 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp215 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp1042 const bool UseDataSections = getFlags().getDataSections(); in emitGlobal()