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

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h80 /// Dump a description of this object to a Stream.
87 void Dump(Stream *s, bool show_fullpaths) const;
196 /// Dump a description of this object to a Stream.
203 void Dump(Stream *s, bool show_fullpaths) const;
205 void DumpStopContext(Stream *s) const;
521 void GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target);
574 /// Dump a description of this object to a Stream.
585 void Dump(Stream *s, bool show_context) const;
587 /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
590 void DumpSymbolContext(Stream *
[all...]
H A DVariable.h40 void Dump(Stream *s, bool show_context) const;
42 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
77 bool DumpLocationForAddress(Stream *s, const Address &address);
H A DBlock.h18 #include "lldb/Utility/Stream.h"
138 void Dump(Stream *s, lldb::addr_t base_addr, int32_t depth,
141 /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
144 void DumpSymbolContext(Stream *s) override;
146 void DumpAddressRanges(Stream *s, lldb::addr_t base_addr);
148 void GetDescription(Stream *s, Function *function,
H A DSymbol.h46 void Dump(Stream *s, Target *target, uint32_t index,
147 void GetDescription(Stream *s, lldb::DescriptionLevel level,
212 /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
215 void DumpSymbolContext(Stream *s) override;
222 bool prefer_file_cache, Stream &strm);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h33 void SetStream(Stream *s) { m_stream = s; }
35 Stream *GetStream() const { return m_stream; }
79 Stream *m_stream = nullptr;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h68 void GetDescription(Stream *s, lldb::DescriptionLevel level,
216 bool DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level,
237 void DumpLocation(Stream *s, const DataExtractor &data,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp13 #include "lldb/Utility/Stream.h"
56 Stream &strm, uint32_t dump_mask) {
63 Stream &strm) const {
72 Stream &strm,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp39 bool GetSummary(Stream &stream, const TypeSummaryOptions &options);
148 Stream &stream, const TypeSummaryOptions &options) {
171 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h27 : Stream(RecordData, llvm::support::little), Reader(Stream),
30 BinaryByteStream Stream; member in struct:llvm::codeview::SymbolDeserializer::MappingInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h1 //===- GSIStreamBuilder.h - PDB Publics/Globals Stream Creation -*- C++ -*-===//
80 Error commitSymbolRecordStream(WritableBinaryStreamRef Stream);
81 Error commitPublicsHashStream(WritableBinaryStreamRef Stream);
82 Error commitGlobalsHashStream(WritableBinaryStreamRef Stream);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp26 Stream = Contents;
31 return Reader.readStreamRef(Stream);
36 BinaryStreamReader Reader(Stream);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h63 bool GetDescription(lldb_private::Stream &description);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamFile.h13 #include "lldb/Utility/Stream.h"
22 class StreamFile : public Stream {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h16 #include "lldb/Utility/Stream.h"
43 void Dump(Stream &stream, size_t start_idx = 0,
H A DOptionValuePathMappings.h28 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueUUID.h29 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h116 lldb_private::Stream &stream) = 0;
H A DThreadPlanCallUserExpression.h31 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStack.h42 void DumpThreadPlans(Stream &s, lldb::DescriptionLevel desc_level,
101 void PrintOneStack(Stream &s, llvm::StringRef stack_name,
155 void DumpPlans(Stream &strm, lldb::DescriptionLevel desc_level, bool internal,
159 bool DumpPlansForTID(Stream &strm, lldb::tid_t tid,
H A DThreadPlanStepOverRange.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h27 class Stream;
207 /// Dump this object to a Stream.
414 Stream &operator<<(Stream &s, const FileSpec &f);
441 static void format(const lldb_private::FileSpec &F, llvm::raw_ostream &Stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp14 #include "lldb/Utility/Stream.h"
23 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueChar.cpp12 #include "lldb/Utility/Stream.h"
19 void OptionValueChar::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueFormat.cpp13 #include "lldb/Utility/Stream.h"
18 void OptionValueFormat::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueString.cpp13 #include "lldb/Utility/Stream.h"
18 void OptionValueString::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,

Completed in 202 milliseconds

1234567891011>>