Searched refs:getDataSections (Results 1 – 5 of 5) sorted by relevance
101 bool getDataSections();
933 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()
286 bool getDataSections() const { in getDataSections() function
350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
2526 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()