Lines Matching refs:OutSection
754 SectionDescriptor &OutSection = in cloneAndEmitDebugFrame() local
809 uint64_t OffsetToCIERecord = OutSection.OS.tell(); in cloneAndEmitDebugFrame()
819 OutSection.OS << CIEData; in cloneAndEmitDebugFrame()
826 OutSection.notePatch( in cloneAndEmitDebugFrame()
827 DebugOffsetPatch{OutSection.OS.tell() + 4, &OutSection, true}); in cloneAndEmitDebugFrame()
834 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()
1008 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() argument
1009 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1013 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1024 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() argument
1025 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1029 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1033 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()
1040 OutSection.ListDebugTypeLineStrPatch.forEach( in forEachOutputString()
1110 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes() argument
1111 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1261 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1264 OutSection.OS); in emitAppleAcceleratorSections()
1275 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1282 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1285 OutSection.OS); in emitAppleAcceleratorSections()
1296 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1303 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1306 OutSection.OS); in emitAppleAcceleratorSections()
1317 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1324 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1327 OutSection.OS); in emitAppleAcceleratorSections()
1338 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1383 SectionDescriptor &OutSection = in emitDWARFv5DebugNamesSection() local
1386 OutSection.OS); in emitDWARFv5DebugNamesSection()
1397 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitDWARFv5DebugNamesSection()
1410 Sections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCompileUnitsToTheOutput() argument
1412 SectionHandler(OutSection); in writeCompileUnitsToTheOutput()
1418 CommonSections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCommonSectionsToTheOutput() argument
1419 SectionHandler(OutSection); in writeCommonSectionsToTheOutput()