search for: pionter

Displaying 6 results from an estimated 6 matches for "pionter".

Did you mean: pinter
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
...; idxVec.push_back(Zero1); idxVec.push_back(Zero2); Constant *pStr = ConstantExpr::getGetElementPtr(Cstr, idxVec); // trying to get pointer of initial value GetElementPtrInst *GEP = new GetElementPtrInst( PointerAry , idxVec, "GetAryElement" , BB); // insert getelementptr and get the pionter of AddrOfGstr[0] StoreInst *storeAddr = new StoreInst(pStr , GEP , BB); // trying to assign the pStr to GEP The above code is for getting the pionter of initial value of Cstr and assign it to AddrOfGstr[0], which should be like char a[10]="test str"; main(){ char *AddrOfGstr[20]; Add...
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/...