Searched refs:TagSection (Results 1 – 5 of 5) sorted by relevance
44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);466 WasmYAML::TagSection &Section) { in writeSectionContent()625 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm()
127 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()238 Section.reset(new WasmYAML::TagSection()); in mapping()239 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
337 struct TagSection : Section { struct338 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function
308 uint32_t TagSection = 0; variable
1382 TagSection = Sections.size(); in parseTagSection()1940 return TagSection; in getSymbolSectionIdImpl()