Searched defs:getCaller (Results 1 – 3 of 3) sorted by relevance
147 FunTy *getCaller() const { return getCall()->getCaller(); } in getCaller() function
275 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
259 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase