Searched refs:WASM_SEC_IMPORT (Results 1 – 6 of 6) sorted by relevance
216 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()219 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
176 WASM_SEC_IMPORT = 2, // Import declarations enumerator
163 case wasm::WASM_SEC_IMPORT: { in dump()
165 case wasm::WASM_SEC_IMPORT: in mapping()
731 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
277 case wasm::WASM_SEC_IMPORT: in parseSection()