LLVM 19.0.0git
Public Attributes | List of all members
llvm::WasmYAML::Global Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

uint32_t Index
 
ValueType Type
 
bool Mutable
 
InitExpr Init
 

Detailed Description

Definition at line 82 of file WasmYAML.h.

Member Data Documentation

◆ Index

uint32_t llvm::WasmYAML::Global::Index

Definition at line 83 of file WasmYAML.h.

◆ Init

InitExpr llvm::WasmYAML::Global::Init

Definition at line 86 of file WasmYAML.h.

◆ Mutable

bool llvm::WasmYAML::Global::Mutable

Definition at line 85 of file WasmYAML.h.

◆ Type

ValueType llvm::WasmYAML::Global::Type

Definition at line 84 of file WasmYAML.h.


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