Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h103 bool getDataSections();
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp922 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1726 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1795 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2231 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2354 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2455 if (!TM.getDataSections()) in SelectSectionForGlobal()
2471 if (TM.getDataSections()) { in SelectSectionForGlobal()
2482 if (TM.getDataSections()) { in SelectSectionForGlobal()
2497 if (TM.getDataSections()) { in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h295 bool getDataSections() const { in getDataSections() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2586 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()