Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h142 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp26 FILE *GetOutputFile() { in GetOutputFile() function
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h108 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp465 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger