Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp842 if (EmitUniqueSection) { in selectELFSectionForGlobal()
867 EmitUniqueSection = true; in selectELFSectionForGlobal()
872 EmitUniqueSection = true; in selectELFSectionForGlobal()
876 EmitUniqueSection = true; in selectELFSectionForGlobal()
894 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
901 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
929 if (!EmitUniqueSection) in getSectionForJumpTable()
1744 if (!EmitUniqueSection) in getSectionForJumpTable()
2138 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
2142 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
[all …]