Searched defs:TypeSection (Results 1 – 2 of 2) sorted by relevance
286 struct TypeSection : Section { struct287 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function289 static bool classof(const Section *S) { in classof()293 std::vector<Signature> Signatures;
88 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection() function