jon.recoil.org

Module Llvm_ir.Calling_conventions

type t =
  1. | Default
  2. | Oxcaml
  3. | Oxcaml_c_call
  4. | Oxcaml_c_call_stack_args
  5. | Oxcaml_alloc
val to_string : Llvm_ir.Calling_conventions.t -> string