Home
last modified time | relevance | path

Searched defs:getCaller (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDStatepoint.h136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() function
HDCallSite.h170 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h580 const Decl *getCaller() const { return Caller; } in getCaller() function