Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp162 addr_t return_pc, CallSequence &path, in FindInterveningFrames() argument
165 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
172 CallEdge *first_edge = begin.GetCallEdgeForReturnAddress(return_pc, target); in FindInterveningFrames()
175 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
187 end.GetDisplayName(), return_pc); in FindInterveningFrames()
306 addr_t return_pc = next_reg_ctx_sp->GetPC(); in SynthesizeTailCallFrames() local
311 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc, in SynthesizeTailCallFrames()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp367 CallEdge *Function::GetCallEdgeForReturnAddress(addr_t return_pc, in GetCallEdgeForReturnAddress() argument
374 std::make_pair(false, return_pc); in GetCallEdgeForReturnAddress()
377 edge_it->get()->GetReturnPCAddress(*this, target) != return_pc) in GetCallEdgeForReturnAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp190 addr_t return_pc = in DeterminePtrauthFailure() local
193 if (!target.ResolveLoadAddress(return_pc - 4, blr_address)) in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp654 addr_t return_pc = LLDB_INVALID_ADDRESS; in Evaluate_DW_OP_entry_value() local
666 if (return_pc == LLDB_INVALID_ADDRESS) { in Evaluate_DW_OP_entry_value()
667 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value()
668 LLDB_LOG(log, "immediate ancestor with pc = {0:x}", return_pc); in Evaluate_DW_OP_entry_value()
702 call_edge = parent_func->GetCallEdgeForReturnAddress(return_pc, target); in Evaluate_DW_OP_entry_value()
706 return_pc, parent_func->GetName())); in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h490 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3981 addr_t return_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local
4019 return_pc = form_value.Address(); in CollectCallEdges()
4051 if (return_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges()
4052 caller_address = return_pc; in CollectCallEdges()
4078 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()