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