Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp254 addr_t return_pc, CallSequence &path, in FindInterveningFrames() argument
257 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
264 CallEdge *first_edge = begin.GetCallEdgeForReturnAddress(return_pc, target); in FindInterveningFrames()
267 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
279 end.GetDisplayName(), return_pc); in FindInterveningFrames()
398 addr_t return_pc = next_reg_ctx_sp->GetPC(); in SynthesizeTailCallFrames() local
403 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc, in SynthesizeTailCallFrames()
/external/llvm-project/lldb/source/Symbol/
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()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp704 addr_t return_pc = LLDB_INVALID_ADDRESS; in Evaluate_DW_OP_entry_value() local
717 if (return_pc == LLDB_INVALID_ADDRESS) { in Evaluate_DW_OP_entry_value()
718 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value()
721 return_pc); in Evaluate_DW_OP_entry_value()
760 call_edge = parent_func->GetCallEdgeForReturnAddress(return_pc, target); in Evaluate_DW_OP_entry_value()
765 return_pc, parent_func->GetName()); in Evaluate_DW_OP_entry_value()
/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h498 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3677 addr_t return_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local
3717 return_pc = form_value.Address(); in CollectCallEdges()
3749 if (return_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges()
3750 caller_address = return_pc; in CollectCallEdges()
3776 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()