Searched refs:WASM_SEC_FUNCTION (Results 1 – 5 of 5) sorted by relevance
308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()311 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
38 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
221 case wasm::WASM_SEC_FUNCTION: in mapping()
401 case wasm::WASM_SEC_FUNCTION: in parseSection()2146 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
895 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()