LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmImport Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

StringRef Module
 
StringRef Field
 
uint8_t Kind
 
union {
   uint32_t   SigIndex
 
   WasmGlobalType   Global
 
   WasmTableType   Table
 
   WasmLimits   Memory
 
}; 
 

Detailed Description

Definition at line 364 of file Wasm.h.

Member Data Documentation

◆ 

union { ... } llvm::wasm::WasmImport::@181

◆ Field

StringRef llvm::wasm::WasmImport::Field

Definition at line 366 of file Wasm.h.

◆ Global

WasmGlobalType llvm::wasm::WasmImport::Global

Definition at line 370 of file Wasm.h.

◆ Kind

uint8_t llvm::wasm::WasmImport::Kind

Definition at line 367 of file Wasm.h.

◆ Memory

WasmLimits llvm::wasm::WasmImport::Memory

Definition at line 372 of file Wasm.h.

◆ Module

StringRef llvm::wasm::WasmImport::Module

Definition at line 365 of file Wasm.h.

◆ SigIndex

uint32_t llvm::wasm::WasmImport::SigIndex

Definition at line 369 of file Wasm.h.

◆ Table

WasmTableType llvm::wasm::WasmImport::Table

Definition at line 371 of file Wasm.h.


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