|
LLDB mainline
|
The number of imports of each kind. More...
Public Attributes | |
| uint32_t | functions = 0 |
| uint32_t | globals = 0 |
The number of imports of each kind.
Imports occupy the low indices of the index space of their kind.
Definition at line 334 of file ObjectFileWasm.cpp.
| uint32_t WasmImports::functions = 0 |
Definition at line 335 of file ObjectFileWasm.cpp.
Referenced by ParseImports().
| uint32_t WasmImports::globals = 0 |
Definition at line 336 of file ObjectFileWasm.cpp.
Referenced by ParseImports().