Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp865 if (EmitUniqueSection) { in selectELFSectionForGlobal()
890 EmitUniqueSection = true; in selectELFSectionForGlobal()
895 EmitUniqueSection = true; in selectELFSectionForGlobal()
899 EmitUniqueSection = true; in selectELFSectionForGlobal()
917 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
924 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
952 if (!EmitUniqueSection) in getSectionForJumpTable()
1807 if (!EmitUniqueSection) in getSectionForJumpTable()
2227 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
2231 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
[all …]