Lines Matching defs:writeSectionContent
38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section);
39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);
40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);
41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);
44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);
45 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section);
46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);
47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);
48 void writeSectionContent(raw_ostream &OS, WasmYAML::ElemSection &Section);
49 void writeSectionContent(raw_ostream &OS, WasmYAML::CodeSection &Section);
50 void writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section);
51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);
54 void writeSectionContent(raw_ostream &OS, WasmYAML::DylinkSection &Section);
55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);
56 void writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section);
57 void writeSectionContent(raw_ostream &OS, WasmYAML::ProducersSection &Section);
58 void writeSectionContent(raw_ostream &OS,
162 void WasmWriter::writeSectionContent(raw_ostream &OS,
185 void WasmWriter::writeSectionContent(raw_ostream &OS,
270 void WasmWriter::writeSectionContent(raw_ostream &OS,
314 void WasmWriter::writeSectionContent(raw_ostream &OS,
336 void WasmWriter::writeSectionContent(raw_ostream &OS,
346 void WasmWriter::writeSectionContent(raw_ostream &OS,
349 writeSectionContent(OS, *S);
351 writeSectionContent(OS, *S);
353 writeSectionContent(OS, *S);
355 writeSectionContent(OS, *S);
357 writeSectionContent(OS, *S);
364 void WasmWriter::writeSectionContent(raw_ostream &OS,
384 void WasmWriter::writeSectionContent(raw_ostream &OS,
421 void WasmWriter::writeSectionContent(raw_ostream &OS,
428 void WasmWriter::writeSectionContent(raw_ostream &OS,
438 void WasmWriter::writeSectionContent(raw_ostream &OS,
443 void WasmWriter::writeSectionContent(raw_ostream &OS,
458 void WasmWriter::writeSectionContent(raw_ostream &OS,
465 void WasmWriter::writeSectionContent(raw_ostream &OS,
474 void WasmWriter::writeSectionContent(raw_ostream &OS,
490 void WasmWriter::writeSectionContent(raw_ostream &OS,
518 void WasmWriter::writeSectionContent(raw_ostream &OS,
546 void WasmWriter::writeSectionContent(raw_ostream &OS,
560 void WasmWriter::writeSectionContent(raw_ostream &OS,
615 writeSectionContent(StringStream, *S);
617 writeSectionContent(StringStream, *S);
619 writeSectionContent(StringStream, *S);
621 writeSectionContent(StringStream, *S);
623 writeSectionContent(StringStream, *S);
625 writeSectionContent(StringStream, *S);
627 writeSectionContent(StringStream, *S);
629 writeSectionContent(StringStream, *S);
631 writeSectionContent(StringStream, *S);
633 writeSectionContent(StringStream, *S);
635 writeSectionContent(StringStream, *S);
637 writeSectionContent(StringStream, *S);
639 writeSectionContent(StringStream, *S);
641 writeSectionContent(StringStream, *S);