|
LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes | |
| StringRef | Module |
| StringRef | Field |
| ExportKind | Kind |
| union { | |
| uint32_t SigIndex | |
| Global GlobalImport | |
| Table TableImport | |
| Limits Memory | |
| Event EventImport | |
| }; | |
Definition at line 83 of file WasmYAML.h.
| union { ... } |
| Event llvm::WasmYAML::Import::EventImport |
Definition at line 92 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| StringRef llvm::WasmYAML::Import::Field |
Definition at line 85 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| Global llvm::WasmYAML::Import::GlobalImport |
Definition at line 89 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| ExportKind llvm::WasmYAML::Import::Kind |
Definition at line 86 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| Limits llvm::WasmYAML::Import::Memory |
Definition at line 91 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| StringRef llvm::WasmYAML::Import::Module |
Definition at line 84 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| uint32_t llvm::WasmYAML::Import::SigIndex |
Definition at line 88 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
| Table llvm::WasmYAML::Import::TableImport |
Definition at line 90 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping().
1.8.13