Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h110 Function *getCaller() const { return Caller; } in getCaller() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp194 Frame *InterpFrame::getCaller() const { in getCaller() function in InterpFrame
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp520 const CallEventRef<> CallEvent::getCaller() const { in getCaller() function in CallEvent
1428 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h594 const Decl *getCaller() const { return Caller; } in getCaller() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp324 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp638 Frame *getCaller() const override { return Caller; } in getCaller() function in __anonfb577fba0111::CallStackFrame