LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::WasmYAML::InitExpr Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Member Functions

 InitExpr ()
 

Public Attributes

bool Extended
 
union {
   wasm::WasmInitExprMVP   Inst
 
   yaml::BinaryRef   Body
 
}; 
 

Detailed Description

Definition at line 65 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ InitExpr()

llvm::WasmYAML::InitExpr::InitExpr ( )
inline

Definition at line 66 of file WasmYAML.h.

Member Data Documentation

◆ 

union { ... } llvm::WasmYAML::InitExpr::@369

◆ Body

yaml::BinaryRef llvm::WasmYAML::InitExpr::Body

Definition at line 70 of file WasmYAML.h.

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

◆ Extended

bool llvm::WasmYAML::InitExpr::Extended

Definition at line 67 of file WasmYAML.h.

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

◆ Inst

wasm::WasmInitExprMVP llvm::WasmYAML::InitExpr::Inst

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