Searched refs:WASM_SEC_FUNCTION (Results 1 – 6 of 6) sorted by relevance
290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
231 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
259 case wasm::WASM_SEC_FUNCTION: { in dump()
217 case wasm::WASM_SEC_FUNCTION: in mapping()
313 case wasm::WASM_SEC_FUNCTION: in parseSection()1805 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
833 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()