LLVM 22.0.0git
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 66 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ InitExpr()

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

Definition at line 67 of file WasmYAML.h.

Member Data Documentation

◆ [union]

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

◆ Body

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

Definition at line 71 of file WasmYAML.h.

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

◆ Extended

bool llvm::WasmYAML::InitExpr::Extended

Definition at line 68 of file WasmYAML.h.

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

◆ Inst


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