Searched refs:Stream (Results 651 - 667 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp20 #include "lldb/Utility/Stream.h"
127 void PythonObject::Dump(Stream &strm) const {
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile641 SRCS+= Utility/Stream.cpp
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1362 void PdbAstBuilder::Dump(Stream &stream) { m_clang.Dump(stream); }
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1443 void SymbolFilePDB::DumpClangAST(Stream &s) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1298 llvm::BitstreamCursor &Stream, unsigned ClientLoadCapabilities,
1304 /// This has no effect on \c F.Stream, instead creating a fresh cursor from
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp596 OS << "Stream-Start: ";
599 OS << "Stream-End: ";
1766 Stream::Stream(StringRef Input, SourceMgr &SM, bool ShowColors,
1770 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors,
1774 Stream::~Stream() = default;
1776 bool Stream::failed() { return scanner->failed(); }
1778 void Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3865 void SymbolFileDWARF::Dump(lldb_private::Stream &s) {
3870 void SymbolFileDWARF::DumpClangAST(Stream &s) {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2153 rar->range_dec.Stream = &rar->bytein;
H A Darchive_write_set_format_7zip.c2171 strm->range_enc.Stream = &(strm->byteout);
H A Darchive_read_support_format_7zip.c1489 zip->range_dec.Stream = &zip->bytein;
H A Darchive_read_support_format_zip.c2001 zip->ppmd8.Stream.In = &zip->zipx_ppmd_stream;
2319 /* Stream structure has been set up. */
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2091 Stream YAMLStream(FileBufOrErr.get()->getMemBufferRef(), SM);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5270 Stream &output_strm = result.GetOutputStream();
5319 Stream &output_strm = result.GetOutputStream();
H A DGDBRemoteCommunicationClient.cpp2357 bool json, Stream &strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1769 Stream &strm = description.ref();
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp1542 template<typename Stream, typename U>
1544 -> decltype(std::declval<Stream&>() << std::declval<U>(), std::true_type());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp21 #include "lldb/Utility/Stream.h"
14386 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch,

Completed in 428 milliseconds

<<21222324252627