Searched refs:GetStream (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp273 Stream &stream(*dump_options.GetStream());
401 SetStream(options.GetStream());
418 assert(options.GetStream() && "need a Stream to print the string to");
453 options.GetStream()->Printf("%s%c", prefix_token, quote);
455 options.GetStream()->Printf("%c", quote);
490 options.GetStream()->Printf("%c", *(printable_bytes + c));
493 options.GetStream()->Printf("%c", *data);
501 options.GetStream()->Printf("%c%s", quote, suffix_token);
503 options.GetStream()->Printf("%c", quote);
506 options.GetStream()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp46 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) { function in class:MinidumpParser
228 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::MiscInfo);
237 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::LinuxProcStatus);
331 llvm::ArrayRef<uint8_t> data64 = GetStream(StreamType::Memory64List);
417 auto data = parser.GetStream(StreamType::LinuxMaps);
496 parser.GetStream(StreamType::Memory64List);
H A DMinidumpParser.h57 llvm::ArrayRef<uint8_t> GetStream(StreamType stream_type);
H A DProcessMinidump.cpp823 auto bytes = minidump.GetStream(stream_type);
832 auto bytes = minidump.GetStream(stream_type);
869 auto bytes = minidump.GetStream(StreamType::FacebookBuildID);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h152 virtual FILE *GetStream();
399 FILE *GetStream() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp94 return (m_input_sp ? m_input_sp->GetStream() : nullptr);
98 return (m_output_sp ? m_output_sp->GetFile().GetStream() : nullptr);
102 return (m_error_sp ? m_error_sp->GetFile().GetStream() : nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h33 Stream *GetStream() const { return m_stream; } function in class:lldb_private::formatters::StringPrinter::DumpToStreamOptions
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h192 std::shared_ptr<llvm::raw_ostream> GetStream() { function in class:lldb_private::final
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp122 FILE *File::GetStream() { return nullptr; } function in class:File
273 FILE *NativeFile::GetStream() { function in class:NativeFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp324 auto stream_sp = GetStream();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp398 return LLDB_RECORD_RESULT(file_sp.GetStream());
415 return LLDB_RECORD_RESULT(stream_file.GetFile().GetStream());
434 return LLDB_RECORD_RESULT(stream_file.GetFile().GetStream());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1495 file_obj = PyFile_FromFile(file.GetStream(), py2_const_cast(""),

Completed in 98 milliseconds