Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp712 TraceDumper::FunctionCall &last_function_call, in AppendReturnedInstructionToFunctionCallForest() argument
771 TraceDumper::FunctionCall *last_function_call, in AppendInstructionToFunctionCallForest() argument
775 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest()
800 return *last_function_call; in AppendInstructionToFunctionCallForest()
823 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()
862 if (last_function_call && last_function_call->IsError()) { in AppendErrorToFunctionCallForest()
863 last_function_call->GetLastTracedSegment().AppendInsn( in AppendErrorToFunctionCallForest()
865 return *last_function_call; in AppendErrorToFunctionCallForest()
880 TraceDumper::FunctionCall *last_function_call = nullptr; in CreateFunctionCallForest() local
884 last_function_call = &AppendErrorToFunctionCallForest(last_function_call, in CreateFunctionCallForest()
[all …]