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

Public Attributes | |
| uint32_t | Index |
| ValueType | Type |
| bool | Mutable |
| wasm::WasmInitExpr | InitExpr |
Definition at line 70 of file WasmYAML.h.
| uint32_t llvm::WasmYAML::Global::Index |
Definition at line 71 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().
| wasm::WasmInitExpr llvm::WasmYAML::Global::InitExpr |
Definition at line 74 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().
| bool llvm::WasmYAML::Global::Mutable |
Definition at line 73 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping(), and llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().
| ValueType llvm::WasmYAML::Global::Type |
Definition at line 72 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Import >::mapping(), and llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().
1.8.13