- alloca
void alloca(Location location, Variable v)
Undocumented in source. Be warned that the author may not have intended to support it.
- branch
void branch(Location location, BasicBlockRef dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- branch
void branch(Location location, Expression cond, BasicBlockRef ifTrue, BasicBlockRef ifFalse)
Undocumented in source. Be warned that the author may not have intended to support it.
- declare
void declare(Location location, Symbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy(Location location, Variable v)
Undocumented in source. Be warned that the author may not have intended to support it.
- doCatch
void doCatch(Location location, CatchTable* catchTable)
Undocumented in source. Be warned that the author may not have intended to support it.
- doSwitch
void doSwitch(Location location, Expression e, SwitchTable* switchTable)
Undocumented in source. Be warned that the author may not have intended to support it.
- doThrow
void doThrow(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- eval
void eval(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- halt
void halt(Location location, Expression msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- ret
void ret(Location location, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- landingpad
BasicBlockRef landingpad [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- landingpad
BasicBlockRef landingpad [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- name
Name name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- terminate
bool terminate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- terminator
Terminator terminator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.