Home
last modified time | relevance | path

Searched refs:WasmExport (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h147 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
283 std::vector<wasm::WasmExport> Exports;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h58 struct WasmExport { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp313 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
913 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
921 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1400 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()
1546 wasm::WasmExport Export; in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1180 wasm::WasmExport Ex; in parseExportSection()