Searched refs:EmitUniquedSection (Results 1 – 3 of 3) 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()
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()