Searched refs:getDataSections (Results 1 – 5 of 5) sorted by relevance
103 bool getDataSections();
922 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()1726 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1795 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()2231 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()2354 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()2455 if (!TM.getDataSections()) in SelectSectionForGlobal()2471 if (TM.getDataSections()) { in SelectSectionForGlobal()2482 if (TM.getDataSections()) { in SelectSectionForGlobal()2497 if (TM.getDataSections()) { in SelectSectionForGlobal()
295 bool getDataSections() const { in getDataSections() function
350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
2586 if (!TM.getDataSections() || GV->hasSection()) in emitGlobalVariableHelper()