Searched refs:WasmExport (Results 1 – 8 of 8) sorted by relevance
109 struct WasmExport { struct151 std::vector<WasmExport> export_table;
617 WasmExport* exp = &module_->export_table.back(); in DecodeExportSection()665 std::vector<WasmExport> sorted_exports(module_->export_table); in DecodeExportSection()667 auto cmp_less = [this](const WasmExport& a, const WasmExport& b) { in DecodeExportSection()679 WasmExport* last = &*it++; in DecodeExportSection()
213 const WasmExport& exp = module->export_table[index]; in GetExports()
1890 for (const WasmExport& exp : module_->export_table) { in ProcessExports()
132 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()249 std::vector<wasm::WasmExport> Exports;
42 struct WasmExport { struct
303 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);798 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()806 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1088 SmallVector<wasm::WasmExport, 4> Exports; in writeObject()
822 wasm::WasmExport Ex; in parseExportSection()