Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp245 const TargetMachine &TM, bool EmitUniqueSection, in selectELFSectionForGlobal() argument
292 if (EmitUniqueSection && UniqueSectionNames) { in selectELFSectionForGlobal()
297 if (EmitUniqueSection && !UniqueSectionNames) { in selectELFSectionForGlobal()
312 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
315 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
317 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
319 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal()
322 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal()
330 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable() local
331 if (!EmitUniqueSection) in getSectionForJumpTable()
[all …]