Frama-C API - Cg
The callgraph itself
module G : Graph.Sig.G with type V.t = Frama_c_kernel.Kernel_function.t with type E.label = Frama_c_kernel.Cil_types.stmt
The underlying graph datastructure
module Subgraph : sig ... end
Subgraph of get ()
wrt Options.Roots.get ()
Dump the (possibly sub-)graph in the file of the corresponding command line argument.
val self : Frama_c_kernel.State.t