search for: _z6cpprofi

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

2013 Mar 06
1
[LLVMdev] LLVM load instruction query
...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); cpProf= cast<Function>(cpProfFunc); for(Module::iterator F = M.begin(), E =...
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.