Searched refs:EmitUniquedSection (Results 1 – 2 of 2) sorted by relevance
346 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local366 if (EmitUniquedSection) { in selectSmallSectionForGlobal()410 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
1342 bool EmitUniquedSection; in SelectSectionForGlobal() local1344 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1346 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1348 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()1364 if (EmitUniquedSection) in SelectSectionForGlobal()