Searched refs:EmitUniquedSection (Results 1 – 6 of 6) sorted by relevance
314 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local334 if (EmitUniquedSection) { in selectSmallSectionForGlobal()378 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
346 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local366 if (EmitUniquedSection) { in selectSmallSectionForGlobal()410 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
348 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local368 if (EmitUniquedSection) { in selectSmallSectionForGlobal()412 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
933 bool EmitUniquedSection; in SelectSectionForGlobal() local935 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()937 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()939 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()954 if (EmitUniquedSection) in SelectSectionForGlobal()
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()
1547 bool EmitUniquedSection; in SelectSectionForGlobal() local1549 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1551 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1553 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()1569 if (EmitUniquedSection) in SelectSectionForGlobal()