Displaying 6 results from an estimated 6 matches for "pionters".
Did you mean:
pioneers
2004 Dec 09
1
[LLVMdev] Question about insert call func with pionter parameter
Hi,
I got a problem when I am trying to insert a call function with pointer arguments.
The function C proto-type is the following,
void stat_func(char *);
>ConstantArray *Cstr = dyn_cast<ConstantArray>(gI->getInitializer());
......
>Function *exFunc = M->getOrInsertFunction("stat_func", Type::VoidTy, PointerType::get(Type::SByteTy),0);
>std::vector<Value*>
2008 Apr 04
4
vnc mouse out of sync
Hi List,
i finally got Win2003 server running on xen 3.2.0. But the mouse
pionter doenst sync when i connect to the vnc server. it seems like
the windows pointer is faster than my mouse and accelerating... with
that i cant work really well (as a linux guy i used the keyboard) but
the win admin is totally lost without the mouse! Any ideas how to sync
the pointers?
regards Martin
2005 Jan 31
1
[LLVMdev] Question about Global Variable
Hi,
Sorry for bothering you guys again.
I got problem when I am trying to recover the Global Variable Initial value. What I did is like the following
ConstantArray *Cstr = dyn_cast<ConstantArray>(gI->getInitializer());
// the above instruction enable me to get the content of initial string of global variable, like char a[10] ="test global";
And then I make some change for
2008 Apr 28
0
[LLVMdev] Lost in the documentation
On Apr 28, 2008, at 17:32, Hendrik Boom wrote:
> In http://llvm.org/docs/FAQ.html, when taking about writing a compiler
> that uses LLVM (at least I think that's what the FAQ question is
> asking),
> the FAQ recommends
>
>> # Call into the LLVM libraries code using your language's FFI
>> (foreign
>> function interface).
>>
>> * for:
2008 Apr 28
2
[LLVMdev] Lost in the documentation
In http://llvm.org/docs/FAQ.html, when taking about writing a compiler
that uses LLVM (at least I think that's what the FAQ question is asking),
the FAQ recommends
> # Call into the LLVM libraries code using your language's FFI (foreign
> function interface).
>
> * for: best tracks changes to the LLVM IR, .ll syntax, and .bc
> format
> * for:
2008 Apr 29
2
[LLVMdev] Lost in the documentation
...e. BitWriter says how to write it to a file, should
that be desired. It's not clear what lto.h, Analysis.h. c/
ExecutionEngine.h do or why I'd need them. Target.h looks useful if I
have to include machine-dependencies into my code generator. Some things
I do may depend on the size of pionters and the like.
Putting this together with the tutorial, http://llvm.org/docs/tutorial/,
which uses CAML instead of C, I think I may be able to get a clue.
>
>> where are their API(s) documented?
>
> http://llvm.org/docs/
> http://llvm.org/doxygen/
> http://llvm.org/docs/t...