Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val read_chunk : Owee_buf.cursor -> (header * Owee_buf.cursor) option
type state = {
mutable address : int;
mutable filename : string;
mutable file : int;
mutable line : int;
mutable col : int;
mutable is_statement : bool;
mutable basic_block : bool;
mutable end_sequence : bool;
mutable prologue_end : bool;
mutable epilogue_begin : bool;
mutable isa : int;
mutable discriminator : int;
}
val fold_rows :
(header * Owee_buf.cursor) ->
(header -> state -> 'a -> 'a) ->
'a ->
'a