Lines Matching refs:OutSection
752 SectionDescriptor &OutSection = in cloneAndEmitDebugFrame() local
807 uint64_t OffsetToCIERecord = OutSection.OS.tell(); in cloneAndEmitDebugFrame()
817 OutSection.OS << CIEData; in cloneAndEmitDebugFrame()
824 OutSection.notePatch( in cloneAndEmitDebugFrame()
825 DebugOffsetPatch{OutSection.OS.tell() + 4, &OutSection, true}); in cloneAndEmitDebugFrame()
832 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()
1006 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() argument
1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1022 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() argument
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()
1038 OutSection.ListDebugTypeLineStrPatch.forEach( in forEachOutputString()
1108 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes() argument
1109 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1259 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1262 OutSection.OS); in emitAppleAcceleratorSections()
1273 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1280 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1283 OutSection.OS); in emitAppleAcceleratorSections()
1294 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1301 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1304 OutSection.OS); in emitAppleAcceleratorSections()
1315 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1322 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() local
1325 OutSection.OS); in emitAppleAcceleratorSections()
1336 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitAppleAcceleratorSections()
1382 SectionDescriptor &OutSection = in emitDWARFv5DebugNamesSection() local
1385 OutSection.OS); in emitDWARFv5DebugNamesSection()
1396 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitDWARFv5DebugNamesSection()
1409 Sections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCompileUnitsToTheOutput() argument
1411 SectionHandler(OutSection); in writeCompileUnitsToTheOutput()
1417 CommonSections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCommonSectionsToTheOutput() argument
1418 SectionHandler(OutSection); in writeCommonSectionsToTheOutput()