Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCommandFlags.h101 bool getDataSections();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp933 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1697 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1766 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2189 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2310 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2408 if (TM.getDataSections()) in SelectSectionForGlobal()
2413 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()
2432 if (TM.getDataSections()) { in SelectSectionForGlobal()
2443 if (TM.getDataSections()) { in SelectSectionForGlobal()
2458 if (TM.getDataSections()) { in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h286 bool getDataSections() const { in getDataSections() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2526 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()