Searched refs:TypeSection (Results 1 – 7 of 7) sorted by relevance
86 class TypeSection : public SyntheticSection {88 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection() function435 TypeSection *typeSec;
140 uint32_t TypeSection::registerType(const WasmSignature &sig) { in registerType()149 uint32_t TypeSection::lookupType(const WasmSignature &sig) { in lookupType()158 void TypeSection::writeBody() { in writeBody()
1521 out.typeSec = make<TypeSection>(); in createSyntheticSections()
39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);365 WasmYAML::TypeSection &Section) { in writeSectionContent()615 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm()
100 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()211 Section.reset(new WasmYAML::TypeSection()); in mapping()212 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping()
286 struct TypeSection : Section { struct287 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function
216 auto TypeSec = std::make_unique<WasmYAML::TypeSection>(); in dump()