Home | History | Annotate | Download | only in bitreader

Lines Matching full:llvm

1 (*===-- llvm_bitreader.mli - LLVM OCaml Interface ---------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for the LLVM bitcode reader, the
20 encountered. See the function [llvm::getBitcodeModule]. *)
21 val get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
27 encountered. See the function [llvm::ParseBitcodeFile]. *)
28 val parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule