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

/external/llvm/include/llvm/IR/
H A DCallSite.h90 /// getCalledFunction - Return the function being called if this is a direct
93 FunTy *getCalledFunction() const { function in class:llvm::CallSiteBase
H A DInstructions.h1446 /// getCalledFunction - Return the function called, or null if this is an
1449 Function *getCalledFunction() const { function in class:llvm::CallInst
3115 /// getCalledFunction - Return the function called, or null if this is an
3118 Function *getCalledFunction() const { function in class:llvm::InvokeInst
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp74 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
85 Function *Callee = CS.getCalledFunction();
100 Function *Callee = getCalledFunction(V, LookThroughBitCast);
321 Function *Callee = CI->getCalledFunction();

Completed in 150 milliseconds