LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | Index |
ValueType | Type |
bool | Mutable |
InitExpr | Init |
Definition at line 82 of file WasmYAML.h.
uint32_t llvm::WasmYAML::Global::Index |
Definition at line 83 of file WasmYAML.h.
InitExpr llvm::WasmYAML::Global::Init |
Definition at line 86 of file WasmYAML.h.
bool llvm::WasmYAML::Global::Mutable |
Definition at line 85 of file WasmYAML.h.
ValueType llvm::WasmYAML::Global::Type |
Definition at line 84 of file WasmYAML.h.