Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp24 DebugLineStrStrings(GlobalData), CommonSections(GlobalData) { in DWARFLinkerImpl()
165 CommonSections.setOutputFormat(GlobalFormat, GlobalEndianness); in link()
1120 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1121 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugLineStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1125 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1126 CommonSections.getOrCreateSectionDescriptor( in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1128 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleObjC); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1129 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleTypes); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1134 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1165 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections()
[all …]
H A DDWARFLinkerImpl.h366 OutputSections CommonSections; variable