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

#include "llvm/BinaryFormat/Wasm.h"

Collaboration diagram for llvm::wasm::WasmImport:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 98 of file Wasm.h.

Member Data Documentation

◆ @145

union { ... }

◆ Event

WasmEventType llvm::wasm::WasmImport::Event

Definition at line 107 of file Wasm.h.

Referenced by isInSymtab().

◆ Field

StringRef llvm::wasm::WasmImport::Field

Definition at line 100 of file Wasm.h.

Referenced by isInSymtab().

◆ Global

WasmGlobalType llvm::wasm::WasmImport::Global

Definition at line 104 of file Wasm.h.

Referenced by isInSymtab().

◆ Kind

uint8_t llvm::wasm::WasmImport::Kind

Definition at line 101 of file Wasm.h.

Referenced by isInSymtab().

◆ Memory

WasmLimits llvm::wasm::WasmImport::Memory

Definition at line 106 of file Wasm.h.

◆ Module

StringRef llvm::wasm::WasmImport::Module

Definition at line 99 of file Wasm.h.

Referenced by isInSymtab().

◆ SigIndex

uint32_t llvm::wasm::WasmImport::SigIndex

Definition at line 103 of file Wasm.h.

Referenced by isInSymtab().

◆ Table

WasmTable llvm::wasm::WasmImport::Table

Definition at line 105 of file Wasm.h.


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