Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h97 bool getDataSections();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp885 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1637 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1706 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2116 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2238 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2332 if (TM.getDataSections()) in SelectSectionForGlobal()
2337 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()
2356 if (TM.getDataSections()) { in SelectSectionForGlobal()
2367 if (TM.getDataSections()) { in SelectSectionForGlobal()
2382 if (TM.getDataSections()) { in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h270 bool getDataSections() const { in getDataSections() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2378 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()