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

  /external/llvm/include/llvm/Support/
CallSite.h 88 return *getCallee();
102 *getCallee() = V;
109 return getCallee() == &UI.getUse();
258 IterTy getCallee() const {
285 User::op_iterator getCallee() const;
  /external/llvm/lib/VMCore/
Instructions.cpp 32 User::op_iterator CallSite::getCallee() const {
    [all...]

Completed in 67 milliseconds