Lines Matching defs:OutSection

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