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

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

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

Detailed Description

Definition at line 108 of file WasmYAML.h.

Member Data Documentation

◆ Body

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

Definition at line 111 of file WasmYAML.h.

◆ Index

uint32_t llvm::WasmYAML::Function::Index

Definition at line 109 of file WasmYAML.h.

◆ Locals

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

Definition at line 110 of file WasmYAML.h.


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