|
LLVM 22.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 66 of file WasmYAML.h.
|
inline |
Definition at line 67 of file WasmYAML.h.
| union { ... } llvm::WasmYAML::InitExpr |
| yaml::BinaryRef llvm::WasmYAML::InitExpr::Body |
Definition at line 71 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().
| bool llvm::WasmYAML::InitExpr::Extended |
Definition at line 68 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().
| wasm::WasmInitExprMVP llvm::WasmYAML::InitExpr::Inst |
Definition at line 70 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping(), and llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping().