Decaf Compiler
Public Attributes | List of all members
CallTarget Struct Reference

Information about call targets (i.e., functions) More...

Public Attributes

char name [MAX_TOKEN_LEN]
 Function name.
 
ILOCInsninsn
 Pointer to corresponding label "instruction".
 
struct CallTargetnext
 Next call target (if stored in a list)
 

Detailed Description

Information about call targets (i.e., functions)

This information is prefetched with a single pass over the instruction before it is simulated.


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