search for: cpproffunc

Displaying 3 results from an estimated 3 matches for "cpproffunc".

2013 Mar 06
1
[LLVMdev] LLVM load instruction query
...xample provide the code for your pass. > > Ciao, Duncan. > Here is the code that i did. I tried to found error.I think whatever i am doing for getting loaded value is wrong.But i dont know how to correct it virtual bool runOnModule(Module &M) { Constant *cpProfFunc; Context = &M.getContext(); cpProfFunc = M.getOrInsertFunction("_Z6cpProfi",Type::getVoidTy(*Context), PointerType::getUnqual(Type::getInt8Ty(*Context)), ,NULL);...
2013 Mar 05
0
[LLVMdev] LLVM load instruction query
Hi Anshul, > I am creating a pass that will pass loaded value by load instruction to an > external function. > I don't know how to do it.Please Help. your question is too vague for anyone to be able to help you. Add details, for example provide the code for your pass. Ciao, Duncan.
2013 Mar 05
5
[LLVMdev] LLVM load instruction query
HI, I am creating a pass that will pass loaded value by load instruction to an external function. I don't know how to do it.Please Help.