Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.h65 void writeExport(raw_ostream &os, const llvm::wasm::WasmExport &export_);
H A DWriterUtils.cpp237 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
H A DSyntheticSections.h316 std::vector<llvm::wasm::WasmExport> exports;
H A DWriter.cpp653 WasmExport{"memory", WASM_EXTERNAL_MEMORY, 0}); in calculateExports()
665 WasmExport export_; in calculateExports()
H A DSyntheticSections.cpp530 for (const WasmExport &export_ : exports) in writeBody()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h144 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
280 std::vector<wasm::WasmExport> Exports;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h71 struct WasmExport { struct
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp334 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
982 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
990 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1468 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()
1614 wasm::WasmExport Export; in writeOneObject()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1281 wasm::WasmExport Ex; in parseExportSection()