LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Member Functions | |
InitExpr () | |
Public Attributes | |
bool | Extended |
union { | |
wasm::WasmInitExprMVP Inst | |
yaml::BinaryRef Body | |
}; | |
Definition at line 65 of file WasmYAML.h.
|
inline |
Definition at line 66 of file WasmYAML.h.
union { ... } llvm::WasmYAML::InitExpr::@382 |
yaml::BinaryRef llvm::WasmYAML::InitExpr::Body |
Definition at line 70 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().
bool llvm::WasmYAML::InitExpr::Extended |
Definition at line 67 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().
wasm::WasmInitExprMVP llvm::WasmYAML::InitExpr::Inst |
Definition at line 69 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping(), and llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().