Searched refs:WASM_SEC_EXPORT (Results 1 – 6 of 6) sorted by relevance
266 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection()269 return S->Type == wasm::WASM_SEC_EXPORT; in classof()
181 WASM_SEC_EXPORT = 7, // Exports enumerator
233 case wasm::WASM_SEC_EXPORT: { in dump()
190 case wasm::WASM_SEC_EXPORT: in mapping()
287 case wasm::WASM_SEC_EXPORT: in parseSection()
803 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()