Home
last modified time | relevance | path

Searched defs:GetOutputFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DDebugger.h169 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/
DOptionsTest.cpp176 TEST(Options, GetOutputFile) { in TEST() argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h107 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBDebugger.cpp457 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger