Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp912 bool EmitUniquedSection; in SelectSectionForGlobal() local
914 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
916 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
918 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()