Searched defs:TypeSection (Results 1 – 1 of 1) sorted by relevance
269 struct TypeSection : Section { struct270 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function272 static bool classof(const Section *S) { in classof()276 std::vector<Signature> Signatures;