Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp251 const TargetMachine &TM, bool EmitUniqueSection, in selectELFSectionForGlobal() argument
298 if (EmitUniqueSection && UniqueSectionNames) { in selectELFSectionForGlobal()
303 if (EmitUniqueSection && !UniqueSectionNames) { in selectELFSectionForGlobal()
318 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
321 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
323 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
325 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal()
328 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal()
336 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable() local
337 if (!EmitUniqueSection) in getSectionForJumpTable()
[all …]