LLVM 22.0.0git
llvm::WasmYAML::Import Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Member Functions

 Import ()

Public Attributes

StringRef Module
StringRef Field
ExportKind Kind
union { 
   uint32_t   SigIndex 
   Table   TableImport 
   Limits   Memory 
   uint32_t   TagIndex 
   Global   GlobalImport 
}; 

Detailed Description

Definition at line 90 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ Import()

llvm::WasmYAML::Import::Import ( )
inline

Definition at line 91 of file WasmYAML.h.

Member Data Documentation

◆ [union]

union { ... } llvm::WasmYAML::Import

◆ Field

StringRef llvm::WasmYAML::Import::Field

Definition at line 93 of file WasmYAML.h.

◆ GlobalImport

Global llvm::WasmYAML::Import::GlobalImport

Definition at line 100 of file WasmYAML.h.

◆ Kind

ExportKind llvm::WasmYAML::Import::Kind

Definition at line 94 of file WasmYAML.h.

◆ Memory

Limits llvm::WasmYAML::Import::Memory

Definition at line 98 of file WasmYAML.h.

◆ Module

StringRef llvm::WasmYAML::Import::Module

Definition at line 92 of file WasmYAML.h.

◆ SigIndex

uint32_t llvm::WasmYAML::Import::SigIndex

Definition at line 96 of file WasmYAML.h.

◆ TableImport

Table llvm::WasmYAML::Import::TableImport

Definition at line 97 of file WasmYAML.h.

◆ TagIndex

uint32_t llvm::WasmYAML::Import::TagIndex

Definition at line 99 of file WasmYAML.h.


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