Searched refs:StartSection (Results 1 – 5 of 5) sorted by relevance
41 int writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);331 WasmYAML::StartSection &Section) { in writeSectionContent()516 } else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) { in writeWasm()
108 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()197 Section.reset(new WasmYAML::StartSection()); in mapping()198 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
275 struct StartSection : Section { struct276 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function
228 auto StartSec = make_unique<WasmYAML::StartSection>(); in dump()
7574 … virtual void StartSection( std::string const& sectionName, std::string const& description ) = 0;7631 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()