Searched refs:Stream (Results 276 - 300 of 547) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp16 #include "lldb/Core/Stream.h"
25 StackID::Dump (Stream *s)
H A DThreadSpec.cpp125 ThreadSpec::GetDescription (Stream *s, lldb::DescriptionLevel level) const
H A DLanguageRuntime.cpp70 GetDescription (Stream *s) override
164 GetDescription (Stream *s) override
183 Dump (Stream *s) const override
H A DThreadPlanTracer.cpp57 Stream *
78 Stream *stream = GetLogStream();
161 Stream *stream = GetLogStream ();
/freebsd-11.0-release/lib/clang/liblldbCore/
H A DMakefile54 Stream.cpp \
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DLinePrinter.h26 LinePrinter(int Indent, raw_ostream &Stream);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
159 Dump (Stream *s, Target *target, uint32_t depth) const;
162 DumpName (Stream *s) const;
H A DDataExtractor.h63 DumpHexBytes (Stream *s,
293 Dump(Stream *s,
319 DumpUUID (Stream *s, lldb::offset_t offset) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h264 /// Dump this object to a Stream.
274 Dump(Stream *s) const;
834 Stream& operator << (Stream& s, const FileSpec& f);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h64 Stream &strm,
75 Stream &strm,
81 Stream &strm) const;
91 // GetQualifiedName (Stream &strm);
H A DCommandInterpreter.h429 OutputFormattedHelpText (Stream &strm,
434 OutputFormattedHelpText (Stream &stream,
446 OutputHelpText (Stream &stream,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h50 void Dump(Stream *s, Target *target, SortOrder sort_type);
51 void Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const;
90 static void DumpSymbolHeader (Stream *s);
H A DType.h137 Dump(Stream *s, bool show_context);
140 DumpTypeName(Stream *s);
149 GetDescription (Stream *s, lldb::DescriptionLevel level, bool show_name);
203 Stream *s,
213 Stream *s,
612 GetDescription (lldb_private::Stream &strm,
898 GetDescription (Stream& stream);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp136 Stream &strm
183 Stream &strm
300 Stream &strm
347 Stream &strm
395 Stream &strm
536 Stream &strm
595 Instruction::Dump (lldb_private::Stream *s,
685 Instruction::ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type)
750 Instruction::ReadDictionary (FILE *in_file, Stream *out_stream)
869 Instruction::TestEmulation (Stream *out_strea
[all...]
H A DLogging.cpp106 lldb_private::DisableLog (const char **categories, Stream *feedback_strm)
172 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
246 lldb_private::ListLogCategories (Stream *strm)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp79 LLVMUserExpression::Execute(Stream &error_stream, ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options,
242 LLVMUserExpression::FinalizeJITExecution(Stream &error_stream, ExecutionContext &exe_ctx,
279 LLVMUserExpression::PrepareToExecuteJITExpression(Stream &error_stream, ExecutionContext &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp209 Property::DumpQualifiedName(Stream &strm) const
223 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const
254 Stream &strm,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp78 LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const
103 Stream *s,
150 LineEntry::GetDescription (Stream *s, lldb::DescriptionLevel level, CompileUnit* cu, Target *target, bool show_address_only) const
H A DUnwindPlan.cpp71 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan::Row* row, Thread* thread, bool verbose) const
130 DumpRegisterName (Stream &s, const UnwindPlan* unwind_plan, Thread *thread, uint32_t reg_num) {
164 UnwindPlan::Row::CFAValue::Dump(Stream &s, const UnwindPlan* unwind_plan, Thread* thread) const
194 UnwindPlan::Row::Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, addr_t base_addr) const
472 UnwindPlan::Dump (Stream& s, Thread *thread, lldb::addr_t base_addr) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp16 #include "lldb/Core/Stream.h"
345 DumpInfo(Stream* init_strm, uint32_t off, uint32_t depth) :
354 Stream* strm;
385 Stream *s = dumpInfo->strm;
553 Stream *s,
589 DWARFDebugInfo::Dump (Stream *s, const uint32_t die_offset, const uint32_t recurse_depth)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp250 yaml::Stream YS(MapFile->getBuffer(), SM);
273 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry,
305 parseRewriteFunctionDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
373 parseRewriteGlobalVariableDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
435 parseRewriteGlobalAliasDescriptor(yaml::Stream &YS, yaml::ScalarNode *K,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp53 DumpDiagnostics (Stream &error_stream);
76 Stream &error_stream) override;
81 Stream &error_stream) override;
143 StoringDiagnosticConsumer::DumpDiagnostics (Stream &error_stream)
230 Stream &error_stream)
346 Stream &error_stream)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h211 Dump (Stream &s, Platform *platform) const;
214 DumpTableHeader (Stream &s, Platform *platform, bool show_args, bool verbose);
217 DumpAsTableRow (Stream &s, Platform *platform, bool show_args, bool verbose) const;
864 Dump(Stream *s) const override;
1212 ConnectRemote (Stream *strm, const char *remote_url);
1337 ResumeSynchronous (Stream *stream);
1464 DoConnectRemote (Stream *strm, const char *remote_url)
1894 Stream &errors);
1900 GetStatus (Stream &ostrm);
1903 GetThreadStatus (Stream
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointList.cpp49 WatchpointList::Dump (Stream *s) const
55 WatchpointList::DumpWithLevel (Stream *s, lldb::DescriptionLevel description_level) const
262 WatchpointList::GetDescription (Stream *s, lldb::DescriptionLevel level)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp89 Stream &strm,
130 Stream &strm,
175 Stream &strm = result.GetOutputStream();

Completed in 323 milliseconds

<<11121314151617181920>>