Searched refs:Stream (Results 151 - 175 of 547) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h39 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
40 bool ValidatePlan(Stream *error) override;
H A DStackFrame.h351 /// The Stream to print the description to.
357 DumpUsingSettingsFormat(Stream *strm, const char *frame_marker = nullptr);
363 /// The Stream to print the description to.
372 Dump (Stream *strm, bool show_frame_index, bool show_fullpaths);
379 /// The Stream to send the output to.
394 GetStatus(Stream &strm,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointID.cpp18 #include "lldb/Core/Stream.h"
65 BreakpointID::GetDescription (Stream *s, lldb::DescriptionLevel level)
79 BreakpointID::GetCanonicalReference (Stream *s, break_id_t bp_id, break_id_t loc_id)
H A DWatchpointOptions.cpp16 #include "lldb/Core/Stream.h"
164 WatchpointOptions::GetCallbackDescription (Stream *s, lldb::DescriptionLevel level) const
174 WatchpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const
208 WatchpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h53 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) override;
56 GetObjectDescription (Stream &str, ValueObject &object) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDeclaration.cpp11 #include "lldb/Core/Stream.h"
16 Declaration::Dump(Stream *s, bool show_fullpaths) const
50 Declaration::DumpStopContext (Stream *s, bool show_fullpaths) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp17 #include "lldb/Core/Stream.h"
49 ThreadPlanStepOverBreakpoint::GetDescription (Stream *s, lldb::DescriptionLevel level)
55 ThreadPlanStepOverBreakpoint::ValidatePlan (Stream *error)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h50 Dump (Stream *s) const;
216 GetDescription (Stream *s,
H A DBreakpointOptions.h283 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
334 GetDescription (Stream *s, lldb::DescriptionLevel level) const override;
H A DBreakpointResolverName.h81 GetDescription (Stream *s) override;
84 Dump (Stream *s) const override;
H A DBreakpointSite.h152 Dump(Stream *s) const override;
221 /// Use BreakpointSite::Dump(Stream *) to get information about the
234 GetDescription (Stream *s,
H A DBreakpoint.h129 Dump(Stream *s) const override;
166 GetDescription(Stream &stream, lldb::DescriptionLevel level);
196 Dump(Stream *s) override;
526 /// Stream into which to dump the description.
535 GetDescription (Stream *s, lldb::DescriptionLevel level, bool show_locations = false);
584 GetResolverDescription (Stream *s);
602 GetFilterDescription (Stream *s);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DPrettyStackTrace.cpp94 raw_svector_ostream Stream(TmpStr);
95 PrintCurStackTrace(Stream);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h92 SetStream (Stream* s)
98 Stream*
239 Stream* m_stream;
286 SetStream (Stream* s)
292 Stream*
419 Stream* m_stream;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h143 /// Dump a description of this object to a Stream.
152 Dump (Stream *s, Target *target) const;
155 /// Dump the stop context in this object to a Stream.
198 DumpStopContext (Stream *s,
249 GetDescription(Stream *s,
429 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
503 /// Dump a description of this object to a Stream.
512 Dump(Stream *s, Target *target) const;
587 GetDescription(Stream *s,
H A DCompilerType.h497 Stream *s,
510 DumpTypeValue (Stream *s,
521 Stream *s,
530 DumpTypeDescription (Stream *s) const;
540 Stream &strm);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp405 void emitBlockInfoBlock(llvm::BitstreamWriter &Stream);
431 void writeIndex(llvm::BitstreamWriter &Stream);
436 llvm::BitstreamWriter &Stream,
440 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETBID, Record);
447 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
451 llvm::BitstreamWriter &Stream,
457 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETRECORDNAME, Record);
461 GlobalModuleIndexBuilder::emitBlockInfoBlock(llvm::BitstreamWriter &Stream) { argument
463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3);
465 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Recor
435 emitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, SmallVectorImpl<uint64_t> &Record) argument
450 emitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, SmallVectorImpl<uint64_t> &Record) argument
689 writeIndex(llvm::BitstreamWriter &Stream) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp19 #include "lldb/Core/Stream.h"
40 lldb_private::formatters::NSBundleSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
87 lldb_private::formatters::NSTimeZoneSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
131 lldb_private::formatters::NSNotificationSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
177 lldb_private::formatters::NSMachPortSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
226 lldb_private::formatters::NSIndexSetSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
305 Stream& stream,
329 Stream& stream,
353 Stream& stream,
377 Stream
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h192 lldb_private::Stream &s);
198 lldb_private::Stream &s);
218 lldb_private::Stream &s,
225 lldb_private::Stream &s,
233 lldb_private::Stream &s,
240 lldb_private::Stream &s) const;
381 DumpDIECollection (lldb_private::Stream &strm,
H A DLogChannelDWARF.cpp87 LogChannelDWARF::Disable (const char **categories, Stream *feedback_strm)
128 Stream *feedback_strm, // Feedback stream for argument errors etc
175 LogChannelDWARF::ListCategories (Stream *strm)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DEvent.cpp19 #include "lldb/Core/Stream.h"
53 Event::Dump (Stream *s) const
100 EventData::Dump (Stream *s) const
140 EventDataBytes::Dump (Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp90 ProcessPOSIXLog::DisableLog (const char **args, Stream *feedback_strm)
123 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Stream *feedback_strm)
172 ProcessPOSIXLog::ListLogCategories (Stream *strm)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp78 ProcessGDBRemoteLog::DisableLog (const char **categories, Stream *feedback_strm)
126 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
184 ProcessGDBRemoteLog::ListLogCategories (Stream *strm)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp83 FunctionCaller::WriteFunctionWrapper (ExecutionContext &exe_ctx, Stream &errors)
136 FunctionCaller::WriteFunctionArguments (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors)
147 Stream &errors)
228 FunctionCaller::InsertFunction (ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors)
248 Stream &errors)
255 // FIXME: Use the errors Stream for better error reporting.
329 Stream &errors,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h50 GenerateHelpText(Stream &output_stream) override;
130 GenerateHelpText (Stream &result) override;

Completed in 196 milliseconds

1234567891011>>