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