Searched defs:FunctionSection (Results 1 – 2 of 2) sorted by relevance
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;
3640 ErrorOr<BinarySection &> FunctionSection = mapCodeSections() local