Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp831 if (EmitUniqueSection) { in selectELFSectionForGlobal()
856 EmitUniqueSection = true; in selectELFSectionForGlobal()
863 EmitUniqueSection = true; in selectELFSectionForGlobal()
880 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
885 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
887 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
915 if (!EmitUniqueSection) in getSectionForJumpTable()
1718 if (!EmitUniqueSection) in getSectionForJumpTable()
2112 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
2116 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
[all …]