Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h50 struct WasmDylinkInfo { struct
51 uint32_t MemorySize; // Memory size in bytes
52 uint32_t MemoryAlignment; // P2 alignment of memory
53 uint32_t TableSize; // Table size in elements
54 uint32_t TableAlignment; // P2 alignment of table
55 std::vector<StringRef> Needed; // Shared library dependencies
56 std::vector<WasmDylinkImportInfo> ImportInfo;
57 std::vector<WasmDylinkExportInfo> ExportInfo;