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

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp175 void PlatformOpenBSD::GetStatus(Stream &strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp30 void Block::GetDescription(Stream *s, Function *function,
58 void Block::Dump(Stream *s, addr_t base_addr, int32_t depth,
151 void Block::DumpSymbolContext(Stream *s) {
158 void Block::DumpAddressRanges(Stream *s, lldb::addr_t base_addr) {
H A DCompilerType.cpp20 #include "lldb/Utility/Stream.h"
710 void CompilerType::DumpValue(ExecutionContext *exe_ctx, Stream *s,
724 bool CompilerType::DumpTypeValue(Stream *s, lldb::Format format,
737 void CompilerType::DumpSummary(ExecutionContext *exe_ctx, Stream *s,
751 void CompilerType::DumpTypeDescription(Stream *s,
H A DSymbol.cpp20 #include "lldb/Utility/Stream.h"
178 void Symbol::GetDescription(Stream *s, lldb::DescriptionLevel level,
213 void Symbol::Dump(Stream *s, Target *target, uint32_t index,
398 void Symbol::DumpSymbolContext(Stream *s) {
554 bool prefer_file_cache, Stream &strm) {
H A DTypeList.cpp94 void TypeList::Dump(Stream *s, bool show_context) {
H A DUnwindTable.cpp164 void UnwindTable::Dump(Stream &s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp12 #include "lldb/Utility/Stream.h"
155 void SectionLoadHistory::Dump(Stream &s, Target *target) {
H A DThreadSpec.cpp133 void ThreadSpec::GetDescription(Stream *s, lldb::DescriptionLevel level) const {
H A DThreadPlanCallFunction.cpp25 #include "lldb/Utility/Stream.h"
214 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) {
223 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) {
H A DThreadPlanStepOut.cpp194 void ThreadPlanStepOut::GetDescription(Stream *s,
240 bool ThreadPlanStepOut::ValidatePlan(Stream *error) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp9 #include "lldb/Utility/Stream.h"
130 void Timer::DumpCategoryTimes(Stream *s) {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h74 } Stream; member in struct:__anon1086
H A Darchive_ppmd7.c751 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
757 if (p->Stream->Read((void *)p->Stream) != 0)
787 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
991 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp276 llvm::raw_svector_ostream Stream(Buffer);
278 mangleObjCMethodName(Method, Stream);
293 Stream << ND->getIdentifier()->getName();
300 mangleName(ND, Stream);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp16 #define CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, Str, Stream) \
18 Stream << Str; \
21 #define CASE_OUTPUT_ENUM_CLASS_NAME(Class, Value, Stream) \
22 CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, #Value, Stream)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h57 class Stream;
109 const Address *addr, Stream &s);
H A DModuleSpec.h16 #include "lldb/Utility/Stream.h"
168 void Dump(Stream &strm) const {
386 void Dump(Stream &strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h453 void Dump(Stream *s) const override;
832 Status ResumeSynchronous(Stream *stream);
1244 void GetStatus(Stream &ostrm);
1246 size_t GetThreadStatus(Stream &ostrm, bool only_threads_with_stop_reason,
2118 Stream *stream = nullptr, bool use_run_lock = true);
2157 Stream *stream,
2262 bool DumpThreadPlansForTID(Stream &strm, lldb::tid_t tid,
2283 void DumpThreadPlans(Stream &strm, lldb::DescriptionLevel desc_level,
H A DTarget.h472 void Dump(Stream *s) const override;
550 /// Dump a description of this object to a Stream.
560 void Dump(Stream *s, lldb::DescriptionLevel description_level);
575 Stream *stream); // Optional stream to receive first stop info
578 Stream *stream); // Optional stream to receive first stop info
877 Stream *feedback_stream = nullptr,
1170 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h23 class Stream;
130 void GetValue(Stream *s, bool show_type) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp123 void BreakpointLocationList::Dump(Stream *s) const {
191 void BreakpointLocationList::GetDescription(Stream *s,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp229 void DWARFDIE::GetName(Stream &s) const {
247 void DWARFDIE::AppendTypeName(Stream &s) const {
H A DDWARFUnit.h109 bool Verify(lldb_private::Stream *s) const;
110 virtual void Dump(lldb_private::Stream *s) const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp103 // Stream names must be exact matches, since they get looked up in a hash
229 auto Stream = WritableMappedBlockStream::createIndexedStream( local
231 BinaryStreamWriter Writer(*Stream);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp57 void DumpDiagnostics(Stream &error_stream);
90 Stream &error_stream) override;
93 Stream &error_stream) override;
152 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) {
225 Stream &error_stream) {
374 Stream &error_stream) {

Completed in 406 milliseconds

<<11121314151617181920>>