Home
last modified time | relevance | path

Searched refs:EmitUniquedSection (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp911 bool EmitUniquedSection; in SelectSectionForGlobal() local
913 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
915 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
917 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()