Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
283 std::vector<wasm::WasmExport> Exports;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h266 struct WasmExport { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp334 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
984 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
992 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1467 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()
1608 wasm::WasmExport Export; in writeOneObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1300 wasm::WasmExport Ex; in parseExportSection()