val callee : t -> Function_entry_point.t
The address of the first instruction of the callee.
val call_count : t -> int option
The number of times the callee was called. This returns
None
in the same circumstances asDirect_call_point.call_count
, above.