Callgraph.CgSourceThe 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.stmtThe underlying graph datastructure
Compute the graph
Get the graph from the AST.
Dump the (possibly sub-)graph in the file of the corresponding command line argument.
Is the graph already built?
Call registered hook each time the graph is computed
module Graphviz_attributes :
Graph.Graphviz.GraphWithDotAttrs
with type t = G.t
and type V.t = Frama_c_kernel.Kernel_function.t
and type E.t = G.E.t