search for: nfty

Displaying 5 results from an estimated 5 matches for "nfty".

Did you mean: nft
2011 Sep 16
2
[LLVMdev] How to duplicate a function?
...//CallInst::Create(f, param, "", nextInstr); CallInst::Create(Fn, param, "", nextInstr); // indicates that we changed the code //return true; #endif Type *NRetTy; std::vector<Type*> Params(FTy->param_begin(), FTy->param_end()); FunctionType *NFTy = FunctionType::get(FTy->getReturnType(), Params, false); // Create the new function body and insert it into the module... Function *NF = Function::Create(NFTy, Fn->getLinkage()); NF->copyAttributesFrom(Fn); Fn->getParent()->getFunctionList().insert(Fn, NF); NF-&...
2011 Sep 16
0
[LLVMdev] How to duplicate a function?
...//CallInst::Create(f, param, "", nextInstr); CallInst::Create(Fn, param, "", nextInstr); // indicates that we changed the code //return true; #endif Type *NRetTy; std::vector<Type*> Params(FTy->param_begin(), FTy->param_end()); FunctionType *NFTy = FunctionType::get(FTy->getReturnType(), Params, false); // Create the new function body and insert it into the module... Function *NF = Function::Create(NFTy, Fn->getLinkage()); NF->copyAttributesFrom(Fn); Fn->getParent()->getFunctionList().insert(Fn, NF); NF-&...
2008 Sep 13
3
[LLVMdev] Duplicate Function with duplicated Arguments
I'm now writing a pass and I wanna ask a question about how to duplicate the function and add duplicated arguments in llvm, for example: func(int a, char *b) -> func(int a, char *b, int a1, char *b1) I'm now stuck at using "getOrInsertFunction" and how to handle "getArgumentList", please share your opinion, thanks a lot! James
2011 Dec 01
0
pb with 4D dicom data and oro.dicom
Hello, I have the following problem. After a PACS upgrade in our hospital, the dynamic 3D images acquired after contrast media injection with a 3T Philips MRI are all saved in a single 4D file instead of a series of 2D images containing multiple 3D images over time. I used to convert this series of 2D dicom images in the format nfti with oro.dicom. However, I am no longer able to make oro.dicom
2004 Feb 06
0
Java Install problem with Wine
Hello, I'm new to RedHat and wine so please bear with me. I've succesfully installed wine and configured (little problem with some dcom issues but worked it out) Right now I am trying to install a development tool that use in Windows. I was wondering if anyone could help me make sense of the output window data and figure out why this program won't install. Here is the output of