Home
last modified time | relevance | path

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

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