Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp26 DebugLineStrStrings(GlobalData), CommonSections(GlobalData) { in DWARFLinkerImpl()
168 CommonSections.setOutputFormat(GlobalFormat, GlobalEndianness); in link()
1124 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1130 CommonSections.getOrCreateSectionDescriptor( in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1132 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleObjC); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1169 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections()
1188 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections()
1283 CommonSections.getSectionDescriptor(DebugSectionKind::AppleNames); in emitAppleAcceleratorSections()
1304 CommonSections.getSectionDescriptor(DebugSectionKind::AppleObjC); in emitAppleAcceleratorSections()
1325 CommonSections.getSectionDescriptor(DebugSectionKind::AppleTypes); in emitAppleAcceleratorSections()
[all …]
H A DDWARFLinkerImpl.h364 OutputSections CommonSections; variable