IntraCallTable Type
A per-function table that maintains function call information within a function, such as callsites in the function, callees, and their relationships.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
|
|
|
Add information about a syscall.
|
|
The callees of this function. This is a mapping from a callsite (call instruction) address to its callee kind.
|
|
Get a callee information for the given call instruction address.
|
|
|
Full Usage:
this.Reset
|
|
|
Try to get a callee information for the given call instruction address.
|
|
|
|
|
|
Update call frame distance information for the given callsite address.
|
B2R2