Lines Matching defs:S

335   if (auto S = dyn_cast<WasmYAML::DylinkSection>(&Section)) {  in writeSectionContent()  local
337 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent() local
339 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent() local
341 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent() local
343 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent() local
608 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
617 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
619 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() local
621 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() local
623 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() local
625 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm() local
627 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm() local
629 else if (auto S = dyn_cast<WasmYAML::EventSection>(Sec.get())) in writeWasm() local
631 else if (auto S = dyn_cast<WasmYAML::GlobalSection>(Sec.get())) in writeWasm() local
633 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm() local
635 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm() local
637 else if (auto S = dyn_cast<WasmYAML::ElemSection>(Sec.get())) in writeWasm() local
639 else if (auto S = dyn_cast<WasmYAML::CodeSection>(Sec.get())) in writeWasm() local
641 else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) in writeWasm() local
643 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm() local