Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStream.h39 void RedirectToFile(const char *path, bool append);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp57 void SBStream::RedirectToFile(const char *path, bool append) { in RedirectToFile() function in SBStream