Searched defs:setCalledFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h97 /// setCalledFunction - Set the callee to the specified value.
99 void setCalledFunction(Value *V) { function in class:llvm::CallSiteBase
H A DInstructions.h1458 /// setCalledFunction - Set the function called.
1459 void setCalledFunction(Value* Fn) { function in class:llvm::CallInst
3127 /// setCalledFunction - Set the function called.
3128 void setCalledFunction(Value* Fn) { function in class:llvm::InvokeInst

Completed in 634 milliseconds