Searched defs:getCalledFunction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h91 /// getCalledFunction - Return the function being called if this is a direct
94 FunTy *getCalledFunction() const { function in class:llvm::CallSiteBase
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp72 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
80 Function *Callee = CS.getCalledFunction();
91 Function *Callee = getCalledFunction(V, LookThroughBitCast);
305 Function *Callee = CI->getCalledFunction();
/external/llvm/include/llvm/
H A DInstructions.h1343 /// getCalledFunction - Return the function called, or null if this is an
1346 Function *getCalledFunction() const { function in class:llvm::CallInst
3096 /// getCalledFunction - Return the function called, or null if this is an
3099 Function *getCalledFunction() const { function in class:llvm::InvokeInst

Completed in 98 milliseconds