search for: llvmvaluesetname

Displaying 2 results from an estimated 2 matches for "llvmvaluesetname".

2007 Sep 12
0
[LLVMdev] C interface
...-safe string types, so I'm > certainly willing to have my mind changed if we want to prefer > correctness over inconvenience to the C programmer. (Providing > overloads is silly, though.) I think this makes sense. In order to support arbitrary strings, you could have a: void LLVMValueSetName(LLVMValueRef, const char *, unsigned len); ... function that works with arbitrary strings. > I'm putting the headers in include/llvm-c. I created a new library > called Interop to house the C bindings—but it might make more sense > to implement the C bindings in each library inst...
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