Searched refs:WASM_SEC_FUNCTION (Results 1 – 6 of 6) sorted by relevance
226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()229 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
177 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
190 case wasm::WASM_SEC_FUNCTION: { in dump()
170 case wasm::WASM_SEC_FUNCTION: in mapping()
279 case wasm::WASM_SEC_FUNCTION: in parseSection()
769 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()