Searched refs:WASM_SEC_FUNCTION (Results 1 – 5 of 5) sorted by relevance
310 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()313 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
40 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
222 case wasm::WASM_SEC_FUNCTION: in mapping()
404 case wasm::WASM_SEC_FUNCTION: in parseSection()2167 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
872 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()