LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | Index |
std::vector< LocalDecl > | Locals |
yaml::BinaryRef | Body |
Definition at line 108 of file WasmYAML.h.
yaml::BinaryRef llvm::WasmYAML::Function::Body |
Definition at line 111 of file WasmYAML.h.
uint32_t llvm::WasmYAML::Function::Index |
Definition at line 109 of file WasmYAML.h.
std::vector<LocalDecl> llvm::WasmYAML::Function::Locals |
Definition at line 110 of file WasmYAML.h.