Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp712 TraceDumper::FunctionCall &last_function_call, in AppendReturnedInstructionToFunctionCallForest() argument
717 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall(); in AppendReturnedInstructionToFunctionCallForest()
771 TraceDumper::FunctionCall *last_function_call, in AppendInstructionToFunctionCallForest() argument
775 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest()
790 return last_function_call->GetLastTracedSegment().CreateNestedCall( in AppendInstructionToFunctionCallForest()
798 last_function_call->GetLastTracedSegment().AppendInsn(cursor_sp, in AppendInstructionToFunctionCallForest()
800 return *last_function_call; in AppendInstructionToFunctionCallForest()
804 const InstructionSP &insn = last_function_call->GetLastTracedSegment() in AppendInstructionToFunctionCallForest()
815 return last_function_call->GetLastTracedSegment().CreateNestedCall( in AppendInstructionToFunctionCallForest()
823 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()
[all …]