Module Indirect_call_point.Callee
val callee : t -> Function_entry_point.tThe address of the first instruction of the callee.
val call_count : t -> int optionThe number of times the callee was called. This returns
Nonein the same circumstances asDirect_call_point.call_count, above.