Lines Matching full:llvm
1 (*===-- llvm_analysis.mli - LLVM OCaml Interface ----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM IR analyses, the classes in
17 human-readable validation report. See [llvm::verifyModule]. *)
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
22 human-readable validation report. See [llvm::verifyFunction]. *)
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
27 [llvm::verifyModule]. *)
28 external assert_valid_module : Llvm.llmodule -> unit
33 [llvm::verifyFunction]. *)
34 external assert_valid_function : Llvm.llvalue -> unit
39 See [llvm::Function::viewCFG]. *)
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
44 See [llvm::Function::viewCFGOnly]. *)
45 external view_function_cfg_only : Llvm.llvalue -> unit