Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp864 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1617 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1686 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2096 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2207 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2301 if (TM.getDataSections()) in SelectSectionForGlobal()
2306 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()
2325 if (TM.getDataSections()) { in SelectSectionForGlobal()
2336 if (TM.getDataSections()) { in SelectSectionForGlobal()
2351 if (TM.getDataSections()) { in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h97 bool getDataSections();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h270 bool getDataSections() const { in getDataSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2226 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()