LLVM: llvm::WasmYAML::Function Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Public Attributes
uint32_t Index
std::vector< LocalDecl > Locals
yaml::BinaryRef Body

Detailed Description

Definition at line 109 of file WasmYAML.h.

Member Data Documentation

Body

yaml::BinaryRef llvm::WasmYAML::Function::Body

Definition at line 112 of file WasmYAML.h.

Index

uint32_t llvm::WasmYAML::Function::Index

Definition at line 110 of file WasmYAML.h.

Locals

std::vector<LocalDecl> llvm::WasmYAML::Function::Locals

Definition at line 111 of file WasmYAML.h.


The documentation for this struct was generated from the following file: