Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriterUtils.h64 void writeExport(raw_ostream &os, const llvm::wasm::WasmExport &export_);
DWriterUtils.cpp236 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
DWriter.cpp595 WasmExport{"memory", WASM_EXTERNAL_MEMORY, 0}); in calculateExports()
599 WasmExport{functionTableName, WASM_EXTERNAL_TABLE, 0}); in calculateExports()
611 WasmExport export_; in calculateExports()
DSyntheticSections.h236 std::vector<llvm::wasm::WasmExport> exports;
DSyntheticSections.cpp370 for (const WasmExport &export_ : exports) in writeBody()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h143 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
273 std::vector<wasm::WasmExport> Exports;
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
282 std::vector<wasm::WasmExport> Exports;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp316 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
773 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
781 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1115 SmallVector<wasm::WasmExport, 4> Exports; in writeObject()
1329 wasm::WasmExport Export; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h57 struct WasmExport { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h58 struct WasmExport { struct
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp313 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
878 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
886 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1348 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()
1484 wasm::WasmExport Export; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1027 wasm::WasmExport Ex; in parseExportSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1163 wasm::WasmExport Ex; in parseExportSection()