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
220 case wasm::WASM_SEC_FUNCTION: in mapping()
359 case wasm::WASM_SEC_FUNCTION: in parseSection()1964 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
900 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()