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

1234567891011

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp17 void DWARFTypeUnit::Dump(Stream *s) const { function in class:DWARFTypeUnit
H A DDWARFTypeUnit.h19 void Dump(lldb_private::Stream *s) const override;
H A DDWARFCompileUnit.h19 void Dump(lldb_private::Stream *s) const override;
H A DDWARFDebugAranges.h37 void Dump(lldb_private::Log *log) const;
H A DNameToDIE.h27 void Dump(lldb_private::Stream *s);
H A DDWARFDebugRanges.h28 static void Dump(lldb_private::Stream &s,
H A DManualDWARFIndex.cpp454 void ManualDWARFIndex::Dump(Stream &s) { function in class:ManualDWARFIndex
459 m_set.function_basenames.Dump(&s);
461 m_set.function_fullnames.Dump(&s);
463 m_set.function_methods.Dump(&s);
465 m_set.function_selectors.Dump(&s);
467 m_set.objc_class_selectors.Dump(&s);
469 m_set.globals.Dump(&s);
471 m_set.types.Dump(&s);
473 m_set.namespaces.Dump(&s);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h25 virtual void Dump(Stream *) = 0;
H A DStoppointLocation.h49 virtual void Dump(Stream *stream) const {} function in class:lldb_private::StoppointLocation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTMetadata.cpp14 void ClangASTMetadata::Dump(Stream *s) { function in class:ClangASTMetadata
H A DLineEntry.cpp54 file.Dump(s->AsRawOstream());
56 file.GetFilename().Dump(s);
71 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, function in class:LineEntry
76 if (!range.Dump(s, target, style, fallback_style))
80 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style))
113 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress,
116 range.Dump(s, target, Address::DumpStyleLoadAddress,
148 return Dump(s, target, true, Address::DumpStyleLoadAddress,
H A DDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { function in class:Declaration
47 m_file.GetFilename().Dump(s);
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);
439 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) {
462 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) {
490 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const { function in class:UnwindPlan
536 m_plan_valid_address_range.Dump(
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DSharingPtr.cpp32 void Dump() const;
50 void Backtrace::Dump() const { function in class:Backtrace
77 printf("Dump all live shared pointres: ");
85 pos->second.second.Dump();
H A DEvent.cpp47 void Event::Dump(Stream *s) const { function in class:Event
74 m_data_sp->Dump(s);
94 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); } function in class:EventData
126 void EventDataBytes::Dump(Stream *s) const { function in class:EventDataBytes
209 void EventDataStructuredData::Dump(Stream *s) const { function in class:EventDataStructuredData
214 m_object_sp->Dump(*s);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h46 void Dump(Stream &stream) const;
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h44 void Dump(Stream &strm) const;
45 void Dump(Log *log) const;
H A DGDBRemoteCommunicationHistory.cpp65 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { function in class:GDBRemoteCommunicationHistory
76 entry.Dump(strm);
80 void GDBRemoteCommunicationHistory::Dump(Log *log) const { function in class:GDBRemoteCommunicationHistory
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp15 // --dump - Dump low-level bitcode structure in readable format
42 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
106 Dump ? Optional<BCDumpOptions>(O) : Optional<BCDumpOptions>(None),
109 if (Dump)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h43 void Dump(Stream &stream, size_t start_idx = 0,
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp43 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
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);
H A DFileSpecList.cpp47 void FileSpecList::Dump(Stream *s, const char *separator_cstr) const { function in class:FileSpecList
50 pos->Dump(s->AsRawOstream());
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c158 Dump('>', netoring.consume, n);

Completed in 281 milliseconds

1234567891011