LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | Index |
std::vector< LocalDecl > | Locals |
yaml::BinaryRef | Body |
Definition at line 101 of file WasmYAML.h.
yaml::BinaryRef llvm::WasmYAML::Function::Body |
Definition at line 104 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Function >::mapping().
uint32_t llvm::WasmYAML::Function::Index |
Definition at line 102 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Function >::mapping().
std::vector<LocalDecl> llvm::WasmYAML::Function::Locals |
Definition at line 103 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Function >::mapping().