aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.mli
blob: 52c055c413ed3d74b0e8045c127ecb3b0e63321f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(* *********************************************************************)
(*                                                                     *)
(*              The Compcert verified compiler                         *)
(*                                                                     *)
(*          Bernhard Schommer, AbsInt Angewandte Informatik GmbH       *)
(*                                                                     *)
(*  AbsInt Angewandte Informatik GmbH. All rights reserved. This file  *)
(*  is distributed under the terms of the INRIA Non-Commercial         *)
(*  License Agreement.                                                 *)
(*                                                                     *)
(* *********************************************************************)

val pp_mnemonics: Format.formatter -> unit

val print_if:  (Asm.coq_function AST.fundef, 'a) AST.program  -> string -> unit

val destination: string option ref

val sdump_folder : string ref