JmpType Type
Represents a jump kind of SSA's Jmp statement.
Union cases
| Union case |
Description
|
|
Jump to another instruction. The Expr is the jump address.
|
|
Jump to a label.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInterCJmp
Returns: bool
|
|
Full Usage:
this.IsInterJmp
Returns: bool
|
|
Full Usage:
this.IsIntraCJmp
Returns: bool
|
|
Full Usage:
this.IsIntraJmp
Returns: bool
|
|
B2R2