Searched refs:EmitUniquedSection (Results 1 – 2 of 2) sorted by relevance
350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local370 if (EmitUniquedSection) { in selectSmallSectionForGlobal()414 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
1720 bool EmitUniquedSection; in SelectSectionForGlobal() local1722 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1724 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1726 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()1742 if (EmitUniquedSection) in SelectSectionForGlobal()