Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
IR::FunctionDef Struct Reference

#include <Module.h>

Collaboration diagram for IR::FunctionDef:

Public Attributes

IndexedFunctionType type
 
std::vector< ValueTypenonParameterLocalTypes
 
std::vector< U8code
 
std::vector< std::vector< U32 > > branchTables
 

Detailed Description

Definition at line 41 of file Module.h.

Member Data Documentation

◆ branchTables

std::vector<std::vector<U32> > IR::FunctionDef::branchTables

Definition at line 46 of file Module.h.

◆ code

std::vector<U8> IR::FunctionDef::code

Definition at line 45 of file Module.h.

◆ nonParameterLocalTypes

std::vector<ValueType> IR::FunctionDef::nonParameterLocalTypes

Definition at line 44 of file Module.h.

◆ type

IndexedFunctionType IR::FunctionDef::type

Definition at line 43 of file Module.h.


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