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

Public Attributes | |
| StringRef | Name |
| ExportKind | Kind |
| uint32_t | Index |
Definition at line 58 of file WasmYAML.h.
| uint32_t llvm::WasmYAML::Export::Index |
Definition at line 61 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Export >::mapping().
| ExportKind llvm::WasmYAML::Export::Kind |
Definition at line 60 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Export >::mapping().
| StringRef llvm::WasmYAML::Export::Name |
Definition at line 59 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Export >::mapping().
1.8.13