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

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h32 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueFormat.h31 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueFormatEntity.h27 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueLanguage.h34 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueRegex.h29 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueUInt64.h40 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h358 void DumpValue(ExecutionContext *exe_ctx, Stream *s, lldb::Format format,
364 bool DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data,
369 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
381 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
H A DObjectContainer.h55 /// Dump a description of this object to a Stream.
63 virtual void Dump(Stream *s) const = 0;
H A DTypeList.h29 void Dump(Stream *s, bool show_context);
H A DTypeMap.h29 void Dump(Stream *s, bool show_context,
H A DUnwindTable.h60 void Dump(Stream &s);
H A DVariableList.h35 void Dump(Stream *s, bool show_context) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h67 void Dump(Stream &s, Target *target);
H A DSectionLoadList.h61 void Dump(Stream &s, Target *target);
H A DThreadPlan.h389 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0;
400 virtual bool ValidatePlan(Stream *error) = 0;
633 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
635 bool ValidatePlan(Stream *error) override;
H A DThreadPlanTracer.h67 Stream *GetLogStream();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h20 class Stream;
H A DProcessInfo.h74 void Dump(Stream &s, Platform *platform) const;
146 void Dump(Stream &s, UserIDResolver &resolver) const;
148 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
150 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.h29 Stream *s, llvm::StringRef command, llvm::StringRef prefix,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp19 #include "lldb/Utility/Stream.h"
80 void AddressResolverFileLine::GetDescription(Stream *s) {
H A DDumpRegisterValue.cpp18 bool lldb_private::DumpRegisterValue(const RegisterValue &reg_val, Stream *s,
H A DFileLineResolver.cpp15 #include "lldb/Utility/Stream.h"
71 void FileLineResolver::GetDescription(Stream *s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp13 #include "lldb/Utility/Stream.h"
71 void FileAction::Dump(Stream &stream) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArch.cpp20 void OptionValueArch::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueBoolean.cpp13 #include "lldb/Utility/Stream.h"
21 Stream &strm, uint32_t dump_mask) {

Completed in 145 milliseconds

<<11121314151617181920>>