Searched defs:FunctionSection (Results 1 – 6 of 6) sorted by relevance
282 struct FunctionSection : Section { struct283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument285 static bool classof(const Section *S) { in classof()289 std::vector<uint32_t> FunctionTypes;
306 struct FunctionSection : Section { struct307 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function309 static bool classof(const Section *S) { in classof()313 std::vector<uint32_t> FunctionTypes;
307 struct FunctionSection : Section { struct308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function310 static bool classof(const Section *S) { in classof()314 std::vector<uint32_t> FunctionTypes;