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