Displaying 2 results from an estimated 2 matches for "chelper".
Did you mean:
helper
2007 Sep 17
0
[LLVMdev] C interface
...and
> its subclasses. This is working, and I've built ocaml bindings on
> top of it.
Now with constants and globals variables. Functions and basic blocks
next, then on to LLVMBuilder.
— Gordon
//===-- c-bindings.patch (+730) -------------------------------===//
include/llvm/CHelpers.h (+94)
include/llvm-c/BitWriter.h (+42)
include/llvm-c/Core.h (+221)
lib/Bitcode/Writer/BitWriter.cpp (+51)
lib/VMCore/Core.cpp (+322)
Tedious C bindings for libLLVMCore.a and libLLVMBitWriter.a!
- The naming prefix is LLVM.
- All types are represented using opaque references.
- Fun...
2007 Sep 12
7
[LLVMdev] C interface
Hi all,
I'm authoring a C interface to the LLVM IR type system. Since this is
Really Quite Tedious, I would like to solicit opinions before I get
too far down any paths that seem offensive. I've attached the header,
where I've mapped a portion of Module and most of Type and its
subclasses. This is working, and I've built ocaml bindings on top of
it.[1] My intent is to