Searched refs:getDataSections (Results 1 – 5 of 5) sorted by relevance
100 bool getDataSections();
899 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()1663 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1732 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()2142 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()2263 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()2357 if (TM.getDataSections()) in SelectSectionForGlobal()2362 /* MultiSymbolsAllowed*/ !TM.getDataSections()); in SelectSectionForGlobal()2381 if (TM.getDataSections()) { in SelectSectionForGlobal()2392 if (TM.getDataSections()) { in SelectSectionForGlobal()2407 if (TM.getDataSections()) { in SelectSectionForGlobal()
278 bool getDataSections() const { in getDataSections() function
349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
2459 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()