Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp642 if (EmitUniqueSection) { in selectELFSectionForGlobal()
664 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
669 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
671 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
675 EmitUniqueSection = true; in SelectSectionForGlobal()
692 if (!EmitUniqueSection) in getSectionForJumpTable()
1399 if (!EmitUniqueSection) in getSectionForJumpTable()
1718 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
1738 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
1742 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
[all …]