Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h420 void DumpFunctionCalls();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp907 void TraceDumper::DumpFunctionCalls() { in DumpFunctionCalls() function in TraceDumper
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2273 dumper.DumpFunctionCalls(); in DoExecute()