Searched refs:EmitUniquedSection (Results 1 – 1 of 1) sorted by relevance
911 bool EmitUniquedSection; in SelectSectionForGlobal() local913 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()915 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()917 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()