Home
last modified time | relevance | path

Searched refs:GetCallee (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h276 virtual Function *GetCallee(ModuleList &images,
341 Function *GetCallee(ModuleList &images, ExecutionContext &exe_ctx) override; in DirectCallEdge()
370 Function *GetCallee(ModuleList &images, ExecutionContext &exe_ctx) override;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp204 Function *DirectCallEdge::GetCallee(ModuleList &images, ExecutionContext &) { in GetCallee() function in DirectCallEdge
219 Function *IndirectCallEdge::GetCallee(ModuleList &images, in GetCallee() function in IndirectCallEdge
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp279 Function *first_callee = first_edge->GetCallee(images, exe_ctx); in FindInterveningFrames()
336 Function *next_callee = edge->GetCallee(images, context); in FindInterveningFrames()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2351 GetCallee(const EdgePtrTy &P) { in GetCallee() function
2358 decltype(&GetCallee)>;
2361 return ChildIteratorType(N->CalleeEdges.begin(), &GetCallee); in child_begin()
2365 return ChildIteratorType(N->CalleeEdges.end(), &GetCallee); in child_end()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp647 Function *callee_func = call_edge->GetCallee(modlist, parent_exe_ctx); in Evaluate_DW_OP_entry_value()
657 if (edge->GetCallee(modlist, parent_exe_ctx) == current_func) { in Evaluate_DW_OP_entry_value()