Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DCommandFlags.h94 bool getDataSections();
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp809 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1551 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1620 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2055 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2136 if ((TM.getDataSections() && !GO->hasSection()) || GOKind.isCommon() || in getTargetSymbol()
2201 if (TM.getDataSections()) in SelectSectionForGlobal()
2206 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()
2225 if (TM.getDataSections()) { in SelectSectionForGlobal()
2235 if (TM.getDataSections()) { in SelectSectionForGlobal()
/external/llvm/include/llvm/Target/
DTargetMachine.h206 bool getDataSections() const { in getDataSections() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h247 bool getDataSections() const { in getDataSections() function
/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/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h259 bool getDataSections() const { in getDataSections() function
/external/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()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp314 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp348 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp346 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp1031 const bool UseDataSections = getFlags().getDataSections(); in emitGlobal()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1812 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariable()