Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h150 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
289 std::vector<wasm::WasmExport> Exports;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp331 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
981 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
989 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1476 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()
1618 wasm::WasmExport Export; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h303 struct WasmExport { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1436 wasm::WasmExport Ex; in parseExportSection()