Searched refs:TagSection (Results 1 – 5 of 5) sorted by relevance
123 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()234 Section.reset(new WasmYAML::TagSection()); in mapping()235 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);453 WasmYAML::TagSection &Section) { in writeSectionContent()629 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm()
319 struct TagSection : Section { struct320 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function
302 uint32_t TagSection = 0; variable
1141 TagSection = Sections.size(); in parseTagSection()1605 return TagSection; in getSymbolSectionIdImpl()