package ocaml-base-compiler

  1. Overview
  2. Docs
type t

A value of type t corresponds to a call point from non-OCaml code (to either non-OCaml code, or OCaml code via the usual assembly veneer). Call counts are not available for such nodes.

val call_site : t -> Program_counter.Foreign.t

N.B. The address of the callee (of type Function_entry_point.t) is not available. It must be recovered during post-processing.

val callee_node : t -> node