LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::Function Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Function:
Collaboration graph
[legend]

Public Attributes

uint32_t Index
 
std::vector< LocalDeclLocals
 
yaml::BinaryRef Body
 

Detailed Description

Definition at line 101 of file WasmYAML.h.

Member Data Documentation

◆ Body

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

◆ Index

uint32_t llvm::WasmYAML::Function::Index

◆ Locals

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

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