HomeSort by relevance Sort by last modified time
    Searched defs:getCalledFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 90 /// getCalledFunction - Return the function being called if this is a direct
93 FunTy *getCalledFunction() const {
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 74 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) {
85 Function *Callee = CS.getCalledFunction();
100 Function *Callee = getCalledFunction(V, LookThroughBitCast);
321 Function *Callee = CI->getCalledFunction();

Completed in 94 milliseconds