Home
last modified time | relevance | path

Searched defs:WasmDylinkInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h282 struct WasmDylinkInfo { struct
283 uint32_t MemorySize; // Memory size in bytes
284 uint32_t MemoryAlignment; // P2 alignment of memory
285 uint32_t TableSize; // Table size in elements
286 uint32_t TableAlignment; // P2 alignment of table
287 std::vector<StringRef> Needed; // Shared library dependencies
288 std::vector<WasmDylinkImportInfo> ImportInfo;
289 std::vector<WasmDylinkExportInfo> ExportInfo;