Searched refs:WASM_SEC_IMPORT (Results 1 – 13 of 13) sorted by relevance
277 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()280 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
273 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection()276 return S->Type == wasm::WASM_SEC_IMPORT; in classof()
208 WASM_SEC_IMPORT = 2, // Import declarations enumerator
224 WASM_SEC_IMPORT = 2, // Import declarations enumerator
40 case WASM_SEC_IMPORT: in sectionTypeToString()
101 ImportSection() : SyntheticSection(llvm::wasm::WASM_SEC_IMPORT) {} in ImportSection()
224 case wasm::WASM_SEC_IMPORT: { in dump()
211 case wasm::WASM_SEC_IMPORT: in mapping()
210 case wasm::WASM_SEC_IMPORT: in mapping()
297 case wasm::WASM_SEC_IMPORT: in parseSection()1579 case wasm::WASM_SEC_IMPORT: in getSectionOrder()
310 case wasm::WASM_SEC_IMPORT: in parseSection()1743 case wasm::WASM_SEC_IMPORT: in getSectionOrder()
706 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
756 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()