Lines Matching defs:S

348   if (auto S = dyn_cast<WasmYAML::DylinkSection>(&Section)) {  in writeSectionContent()  local
350 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent() local
352 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent() local
354 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent() local
356 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent() local
604 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
613 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
615 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() local
617 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() local
619 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() local
621 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm() local
623 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm() local
625 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm() local
627 else if (auto S = dyn_cast<WasmYAML::GlobalSection>(Sec.get())) in writeWasm() local
629 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm() local
631 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm() local
633 else if (auto S = dyn_cast<WasmYAML::ElemSection>(Sec.get())) in writeWasm() local
635 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm() local
637 else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) in writeWasm() local
639 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm() local