Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp126 DumpFunctionCallTree(*forest[i]); in FunctionCallForest()
250 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree() function in OutputWriterCLI
257 DumpFunctionCallTree(function_call.GetUntracedPrefixSegment()->GetNestedCall()); in DumpFunctionCallTree()
270 DumpFunctionCallTree(nested_call); in DumpFunctionCallTree()
321 m_j.object([&] { DumpFunctionCallTree(*forest[i]); }); in FunctionCallForest()
325 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree() function in OutputWriterJSON
329 DumpFunctionCallTree( in DumpFunctionCallTree()
347 "nestedCall", [&] { DumpFunctionCallTree(nested_call); }); in DumpFunctionCallTree()