LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | Flags |
uint32_t | TableNumber |
ValueType | ElemKind |
InitExpr | Offset |
std::vector< uint32_t > | Functions |
Definition at line 74 of file WasmYAML.h.
ValueType llvm::WasmYAML::ElemSegment::ElemKind |
Definition at line 77 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
uint32_t llvm::WasmYAML::ElemSegment::Flags |
Definition at line 75 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
std::vector<uint32_t> llvm::WasmYAML::ElemSegment::Functions |
Definition at line 79 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
InitExpr llvm::WasmYAML::ElemSegment::Offset |
Definition at line 78 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
uint32_t llvm::WasmYAML::ElemSegment::TableNumber |
Definition at line 76 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().