Home
last modified time | relevance | path

Searched refs:GetParentCall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h359 FunctionCall *GetParentCall() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp683 TraceDumper::FunctionCall *TraceDumper::FunctionCall::GetParentCall() const { in GetParentCall() function in TraceDumper::FunctionCall
717 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall(); in AppendReturnedInstructionToFunctionCallForest()
719 for (; ancestor; ancestor = ancestor->GetParentCall()) { in AppendReturnedInstructionToFunctionCallForest()