Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h39 struct WasmDylinkInfo { struct
40 uint32_t MemorySize; // Memory size in bytes
41 uint32_t MemoryAlignment; // P2 alignment of memory
42 uint32_t TableSize; // Table size in elements
43 uint32_t TableAlignment; // P2 alignment of table
44 std::vector<StringRef> Needed; // Shared library dependencies