Searched defs:FunctionSection (Results 1 – 1 of 1) sorted by relevance
282 struct FunctionSection : Section { struct283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function285 static bool classof(const Section *S) { in classof()289 std::vector<uint32_t> FunctionTypes;