ProgramPoint Type
A program point (ProgramPoint) is a specific location in a lifted program. We represent it as a three-tuple: (Address of the instruction, Index of the IR stmt for the instruction, Address of a callsite). The third element is optional and only meaningful for abstract vertices.
Constructors
Constructor | Description |
|
|
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
Full Usage:
this.Position
Returns: int
|
Static members
Static member | Description |
|
|
|
|
|
|