LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::Import Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Import:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 83 of file WasmYAML.h.

Member Data Documentation

◆ @285

union { ... }

◆ EventImport

Event llvm::WasmYAML::Import::EventImport

Definition at line 92 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ Field

StringRef llvm::WasmYAML::Import::Field

Definition at line 85 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ GlobalImport

Global llvm::WasmYAML::Import::GlobalImport

Definition at line 89 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ Kind

ExportKind llvm::WasmYAML::Import::Kind

Definition at line 86 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ Memory

Limits llvm::WasmYAML::Import::Memory

Definition at line 91 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ Module

StringRef llvm::WasmYAML::Import::Module

Definition at line 84 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ SigIndex

uint32_t llvm::WasmYAML::Import::SigIndex

Definition at line 88 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().

◆ TableImport

Table llvm::WasmYAML::Import::TableImport

Definition at line 90 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().


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