LLVM: llvm::wasm::WasmImport Struct Reference (original) (raw)
#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"
Public Attributes | |
---|---|
StringRef | Module |
StringRef | Field |
uint8_t | Kind |
union { | |
uint32_t SigIndex | |
WasmGlobalType Global | |
WasmTableType Table | |
WasmLimits Memory | |
}; | |
Detailed Description
Definition at line 373 of file Wasm.h.
Member Data Documentation
◆
union { ... } llvm::wasm::WasmImport::@189
◆ Field
StringRef llvm::wasm::WasmImport::Field
Definition at line 375 of file Wasm.h.
◆ Global
WasmGlobalType llvm::wasm::WasmImport::Global
Definition at line 379 of file Wasm.h.
◆ Kind
uint8_t llvm::wasm::WasmImport::Kind
Definition at line 376 of file Wasm.h.
◆ Memory
WasmLimits llvm::wasm::WasmImport::Memory
Definition at line 381 of file Wasm.h.
◆ Module
StringRef llvm::wasm::WasmImport::Module
Definition at line 374 of file Wasm.h.
◆ SigIndex
uint32_t llvm::wasm::WasmImport::SigIndex
Definition at line 378 of file Wasm.h.
◆ Table
WasmTableType llvm::wasm::WasmImport::Table
Definition at line 380 of file Wasm.h.
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/Wasm.h