LLDB mainline
WasmImports Struct Reference

The number of imports of each kind. More...

Public Attributes

uint32_t functions = 0
uint32_t globals = 0

Detailed Description

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.

Member Data Documentation

◆ functions

uint32_t WasmImports::functions = 0

Definition at line 335 of file ObjectFileWasm.cpp.

Referenced by ParseImports().

◆ globals

uint32_t WasmImports::globals = 0

Definition at line 336 of file ObjectFileWasm.cpp.

Referenced by ParseImports().


The documentation for this struct was generated from the following file: