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

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Global:
Collaboration graph
[legend]

Public Attributes

uint32_t Index
 
ValueType Type
 
bool Mutable
 
wasm::WasmInitExpr InitExpr
 

Detailed Description

Definition at line 70 of file WasmYAML.h.

Member Data Documentation

◆ Index

uint32_t llvm::WasmYAML::Global::Index

Definition at line 71 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().

◆ InitExpr

wasm::WasmInitExpr llvm::WasmYAML::Global::InitExpr

Definition at line 74 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Global >::mapping().

◆ Mutable

bool llvm::WasmYAML::Global::Mutable

◆ Type

ValueType llvm::WasmYAML::Global::Type

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