Searched refs:Dump (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp18 void DWARFTypeUnit::Dump(Stream *s) const { function in class:DWARFTypeUnit
H A DDWARFCompileUnit.h25 void Dump(Stream *s) const override;
H A DDWARFTypeUnit.h25 void Dump(Stream *s) const override;
H A DDWARFDebugAranges.h37 void Dump(Log *log) const;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp14 void ClangASTMetadata::Dump(Stream *s) { function in class:ClangASTMetadata
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h25 virtual void Dump(Stream *) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp43 loc.Dump(s);
59 void SourceLocationSpec::Dump(Stream &s) const { function in class:SourceLocationSpec
62 m_declaration.Dump(&s, true);
67 Dump(ss);
H A DDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { function in class:Declaration
40 m_file.GetFilename().Dump(s);
H A DAddressRange.cpp148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, function in class:AddressRange
162 m_base_addr.Dump(s, target, style, fallback_style);
193 return Dump(s, target, fallback_style, Address::DumpStyleInvalid);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h46 void Dump(Stream &stream) const;
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp59 bool Diagnostics::Dump(raw_ostream &stream) { function in class:Diagnostics
67 return Dump(stream, *diagnostics_dir);
70 bool Diagnostics::Dump(raw_ostream &stream, const FileSpec &dir) { function in class:Diagnostics
109 m_log_handler.Dump(stream);
H A DEvent.cpp50 void Event::Dump(Stream *s) const { function in class:Event
77 m_data_sp->Dump(s);
105 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); } function in class:EventData
134 void EventDataBytes::Dump(Stream *s) const { function in class:EventDataBytes
219 void EventDataStructuredData::Dump(Stream *s) const { function in class:EventDataStructuredData
224 m_object_sp->Dump(*s);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp1 //===- xray-fdr-dump.cpp: XRay FDR Trace Dump Tool ------------------------===//
28 static cl::SubCommand Dump("fdr-dump", "FDR Trace Dump");
31 cl::Required, cl::sub(Dump));
34 cl::init(false), cl::sub(Dump));
36 static CommandRegistration Unused(&Dump, []() -> Error {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h37 void Dump(Stream &strm) const;
38 void Dump(Log *log) const;
H A DGDBRemoteCommunicationHistory.cpp59 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { function in class:GDBRemoteCommunicationHistory
70 entry.Dump(strm);
74 void GDBRemoteCommunicationHistory::Dump(Log *log) const { function in class:GDBRemoteCommunicationHistory
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnostics.h38 bool Dump(llvm::raw_ostream &stream);
39 bool Dump(llvm::raw_ostream &stream, const FileSpec &dir);
H A DGDBRemote.h68 void Dump(Stream &strm) const;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp40 file.Dump(s->AsRawOstream());
42 file.GetFilename().Dump(s);
57 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, function in class:LineEntry
62 if (!range.Dump(s, target, style, fallback_style))
66 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style))
99 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress,
102 range.Dump(s, target, Address::DumpStyleLoadAddress,
134 return Dump(s, target, true, Address::DumpStyleLoadAddress,
H A DUnwindPlan.cpp93 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, function in class:UnwindPlan::Row::RegisterLocation
192 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, function in class:UnwindPlan::Row::FAValue
225 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, function in class:UnwindPlan::Row
232 m_cfa_value.Dump(s, unwind_plan, thread);
236 m_afa_value.Dump(s, unwind_plan, thread);
244 idx->second.Dump(s, unwind_plan, this, thread, verbose);
442 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) {
465 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) {
493 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const { function in class:UnwindPlan
551 m_plan_valid_address_range.Dump(
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp15 // --dump - Dump low-level bitcode structure in readable format
16 // --dump-blockinfo - Dump the BLOCKINFO_BLOCK, when used with --dump
48 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"),
127 Dump ? std::optional<BCDumpOptions>(O) : std::optional<BCDumpOptions>(),
130 if (Dump)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h61 void Dump(Stream &s, Target *target);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h44 void Dump(Stream &stream, size_t start_idx = 0,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h155 /// Dump this object to a Stream.
157 /// Dump the object to the supplied stream \a s, starting with the file name,
162 void Dump(Stream &s) const;
184 /// Dump a SourceLocationSpec object to a stream
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h32 /// Dump a description of this object to a Stream.
34 /// Dump a description of the contents of this object to the supplied stream
56 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp159 valobj_sp->Dump(temp_result_stream, dump_options);
164 valobj_sp->Dump(result.GetOutputStream(), dump_options);
200 valobj_sp->Dump(temp_result_stream, dump_options);
205 valobj_sp->Dump(result.GetOutputStream(), dump_options);

Completed in 143 milliseconds

1234567891011>>