Searched refs:EmitUniquedSection (Results 1 – 5 of 5) sorted by relevance
314 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local334 if (EmitUniquedSection) { in selectSmallSectionForGlobal()378 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
211 bool EmitUniquedSection; in SelectSectionForGlobal() local213 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()215 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()219 if ((GV->isWeakForLinker() || EmitUniquedSection) && in SelectSectionForGlobal()
339 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local359 if (EmitUniquedSection) { in selectSmallSectionForGlobal()403 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()
1130 bool EmitUniquedSection; in SelectSectionForGlobal() local1132 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1134 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1136 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()1152 if (EmitUniquedSection) in SelectSectionForGlobal()