Home
last modified time | relevance | path

Searched refs:GetCallEdgeForReturnAddress (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h494 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp330 CallEdge *Function::GetCallEdgeForReturnAddress(addr_t return_pc, in GetCallEdgeForReturnAddress() function in Function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp268 CallEdge *first_edge = begin.GetCallEdgeForReturnAddress(return_pc, target); in FindInterveningFrames()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp655 call_edge = parent_func->GetCallEdgeForReturnAddress(return_pc, target); in Evaluate_DW_OP_entry_value()