Lines Matching +full:external +full:- +full:contents
1 (*===-- llvm_analysis.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
8 *===----------------------------------------------------------------------===*)
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"
28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 include the contents of basic blocks into the nodes.
45 external view_function_cfg_only : Llvm.llvalue -> unit