Searched refs:CommonSections (Results 1 – 2 of 2) sorted by relevance
25 DebugLineStrStrings(GlobalData), CommonSections(GlobalData) { in DWARFLinkerImpl()166 CommonSections.setOutputFormat(GlobalFormat, GlobalEndianness); in link()1122 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1123 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugLineStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1127 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1128 CommonSections.getOrCreateSectionDescriptor( in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1130 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleObjC); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1131 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleTypes); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1136 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()1167 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections()[all …]
366 OutputSections CommonSections; variable