Searched refs:TagSection (Results 1 – 5 of 5) sorted by relevance
128 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()239 Section.reset(new WasmYAML::TagSection()); in mapping()240 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);474 WasmYAML::TagSection &Section) { in writeSectionContent()634 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm()
339 struct TagSection : Section { struct340 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() argument
309 uint32_t TagSection = 0; variable
1390 TagSection = Sections.size(); in parseTagSection()1961 return TagSection; in getSymbolSectionIdImpl()