package llvm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Llvm.PassManagerSource

Sourcetype 'a t
Sourcetype any = [
  1. | `Module
  2. | `Function
]
Sourceval create : unit -> [ `Module ] t
Sourceval create_function : llmodule -> [ `Function ] t
Sourceval run_module : llmodule -> [ `Module ] t -> bool
Sourceval initialize : [ `Function ] t -> bool
Sourceval run_function : llvalue -> [ `Function ] t -> bool
Sourceval finalize : [ `Function ] t -> bool
Sourceval dispose : [< any ] t -> unit
OCaml

Innovation. Community. Security.