ProgramPoint Type
Represents a specific location in a lifted program. We represent this as a three-tuple: (address of the instruction, index of the IR stmt for the instruction, call site information). The third element (call site) 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 |
|
|
|
|
|
|