FreeBASIC  0.91.0
ir.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "ir.bi"
#include "emit.bi"
Include dependency graph for ir.bas:

Go to the source code of this file.

Functions

sub irInit ()
 
sub irEnd ()
 
function_as_string vregDump (byval_as_IRVREG_ptr v)
 

Variables

IRCTX ir
 

Function Documentation

sub irEnd ( )

Definition at line 25 of file ir.bas.

Here is the caller graph for this function:

sub irInit ( )

Definition at line 12 of file ir.bas.

Here is the caller graph for this function:

function_as_string vregDump ( byval_as_IRVREG_ptr  v)

Definition at line 30 of file ir.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

IRCTX ir

Definition at line 10 of file ir.bas.