LLVM
8.0.1
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
StringRef | Module |
StringRef | Field |
uint8_t | Kind |
union { | |
uint32_t SigIndex | |
WasmGlobalType Global | |
WasmTable Table | |
WasmLimits Memory | |
WasmEventType Event | |
}; | |
union { ... } |
WasmEventType llvm::wasm::WasmImport::Event |
Definition at line 107 of file Wasm.h.
Referenced by isInSymtab().
StringRef llvm::wasm::WasmImport::Field |
Definition at line 100 of file Wasm.h.
Referenced by isInSymtab().
WasmGlobalType llvm::wasm::WasmImport::Global |
Definition at line 104 of file Wasm.h.
Referenced by isInSymtab().
uint8_t llvm::wasm::WasmImport::Kind |
Definition at line 101 of file Wasm.h.
Referenced by isInSymtab().
WasmLimits llvm::wasm::WasmImport::Memory |
StringRef llvm::wasm::WasmImport::Module |
Definition at line 99 of file Wasm.h.
Referenced by isInSymtab().
uint32_t llvm::wasm::WasmImport::SigIndex |
Definition at line 103 of file Wasm.h.
Referenced by isInSymtab().