Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h101 bool getDataSections();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp925 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1724 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1793 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2234 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2359 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2471 if (!TM.getDataSections()) in SelectSectionForGlobal()
2487 if (TM.getDataSections()) { in SelectSectionForGlobal()
2498 if (TM.getDataSections()) { in SelectSectionForGlobal()
2513 if (TM.getDataSections()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp134 if (!TM.getDataSections()) in initSubtargetFeatures()
H A DPPCAsmPrinter.cpp2854 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h298 bool getDataSections() const { in getDataSections() function