Searched refs:getDataSections (Results 1 – 5 of 5) sorted by relevance
97 bool getDataSections();
885 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()
270 bool getDataSections() const { in getDataSections() function
349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
2378 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()