Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp257 addr_t return_pc, CallSequence &path, in FindInterveningFrames() argument
260 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
267 CallEdge *first_edge = begin.GetCallEdgeForReturnAddress(return_pc, target); in FindInterveningFrames()
270 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
282 end.GetDisplayName(), return_pc); in FindInterveningFrames()
401 addr_t return_pc = next_reg_ctx_sp->GetPC(); in SynthesizeTailCallFrames() local
406 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc, in SynthesizeTailCallFrames()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp329 CallEdge *Function::GetCallEdgeForReturnAddress(addr_t return_pc, in GetCallEdgeForReturnAddress() argument
336 std::make_pair(false, return_pc); in GetCallEdgeForReturnAddress()
339 edge_it->get()->GetReturnPCAddress(*this, target) != return_pc) in GetCallEdgeForReturnAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp702 addr_t return_pc = LLDB_INVALID_ADDRESS; in Evaluate_DW_OP_entry_value() local
715 if (return_pc == LLDB_INVALID_ADDRESS) { in Evaluate_DW_OP_entry_value()
716 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value()
719 return_pc); in Evaluate_DW_OP_entry_value()
758 call_edge = parent_func->GetCallEdgeForReturnAddress(return_pc, target); in Evaluate_DW_OP_entry_value()
763 return_pc, parent_func->GetName()); in Evaluate_DW_OP_entry_value()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h498 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3621 addr_t return_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local
3661 return_pc = form_value.Address(); in CollectCallEdges()
3693 if (return_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges()
3694 caller_address = return_pc; in CollectCallEdges()
3720 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()