Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCommandFlags.h100 bool getDataSections();
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp899 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1663 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1732 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2142 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2263 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2357 if (TM.getDataSections()) in SelectSectionForGlobal()
2362 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()
2381 if (TM.getDataSections()) { in SelectSectionForGlobal()
2392 if (TM.getDataSections()) { in SelectSectionForGlobal()
2407 if (TM.getDataSections()) { in SelectSectionForGlobal()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h278 bool getDataSections() const { in getDataSections() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2459 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()