Home
last modified time | relevance | path

Searched refs:GetStream (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp33 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() && in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp263 assert(dump_options.GetStream() && "need a Stream to print the string to"); in DumpEncodedBufferToStream()
264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream()
382 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions()
403 assert(options.GetStream() && "need a Stream to print the string to"); in ReadEncodedBufferAndDumpToStream()
404 if (!options.GetStream()) in ReadEncodedBufferAndDumpToStream()
473 options.GetStream()->Printf("unable to read data"); in ReadEncodedBufferAndDumpToStream()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
183 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
184 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp48 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) { in GetStream() function in MinidumpParser
216 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::MiscInfo); in GetMiscInfo()
225 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::LinuxProcStatus); in GetLinuxProcStatus()
260 auto data = parser.GetStream(StreamType::LinuxMaps); in CreateRegionsCacheFromLinuxMaps()
432 llvm::ArrayRef<uint8_t> data64 = GetStream(StreamType::Memory64List); in FindMemoryRange()
581 parser.GetStream(StreamType::Memory64List); in CreateRegionsCacheFromMemory64List()
H A DMinidumpParser.h57 llvm::ArrayRef<uint8_t> GetStream(StreamType stream_type);
H A DProcessMinidump.cpp825 auto bytes = minidump.GetStream(stream_type); in DoExecute()
834 auto bytes = minidump.GetStream(stream_type); in DoExecute()
871 auto bytes = minidump.GetStream(StreamType::FacebookBuildID); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h156 virtual FILE *GetStream();
400 FILE *GetStream() override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp92 return (m_input_sp ? m_input_sp->GetStream() : nullptr); in GetInputFILE()
96 return (m_output_sp ? m_output_sp->GetFile().GetStream() : nullptr); in GetOutputFILE()
100 return (m_error_sp ? m_error_sp->GetFile().GetStream() : nullptr); in GetErrorFILE()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h35 Stream *GetStream() const { return m_stream; } in GetStream() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp128 FILE *File::GetStream() { return nullptr; } in GetStream() function in File
280 FILE *NativeFile::GetStream() { in GetStream()
274 FILE *NativeFile::GetStream() { GetStream() function in NativeFile
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc1037 GetStream() << ::std::endl in GTestLog()
1044 GetStream() << ::std::endl; in ~GTestLog()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp492 return file_sp.GetStream(); in GetInputFileHandle()
509 return stream_file.GetFile().GetStream(); in GetOutputFileHandle()
528 return stream_file.GetFile().GetStream(); in GetErrorFileHandle()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig254 p->f = sp->GetStream();
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1082 ::std::ostream& GetStream() { return ::std::cerr; } in GetStream() function
1096 .GetStream()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23911 p->f = sp->GetStream(); in _wrap_SBDebugger_GetInputFileHandle()
23944 p->f = sp->GetStream(); in _wrap_SBDebugger_GetOutputFileHandle()
23977 p->f = sp->GetStream(); in _wrap_SBDebugger_GetErrorFileHandle()
28907 p->f = sp->GetStream(); in _wrap_SBFile_GetFile()