Home
last modified time | relevance | path

Searched refs:Dump (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp43 file.Dump(s->AsRawOstream()); in DumpStopContext()
45 file.GetFilename().Dump(s); in DumpStopContext()
60 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump() function in LineEntry
65 if (!range.Dump(s, target, style, fallback_style)) in Dump()
69 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
102 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
105 range.Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
137 return Dump(s, target, true, Address::DumpStyleLoadAddress, in GetDescription()
H A DUnwindPlan.cpp93 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump() function in UnwindPlan::Row::RegisterLocation
192 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump() function in UnwindPlan::Row::FAValue
225 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan, in Dump() function in UnwindPlan::Row
232 m_cfa_value.Dump(s, unwind_plan, thread); in Dump()
236 m_afa_value.Dump(s, unwind_plan, thread); in Dump()
244 idx->second.Dump(s, unwind_plan, this, thread, verbose); in Dump()
442 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) { in PlanValidAtAddress()
465 if (addr.Dump(&s, nullptr, Address::DumpStyleSectionNameOffset)) { in PlanValidAtAddress()
493 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const { in Dump() function in UnwindPlan
551 m_plan_valid_address_range.Dump(&s, target_sp.get(), in Dump()
[all …]
H A DFunction.cpp39 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump() function in FunctionInfo
42 m_declaration.Dump(s, show_fullpaths); in Dump()
81 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump() function in InlineFunctionInfo
82 FunctionInfo::Dump(s, show_fullpaths); in Dump()
84 m_mangled.Dump(s); in Dump()
406 llvm::interleaveComma(decl_context, *s, [&](auto &ctx) { ctx.Dump(*s); }); in GetDescription()
415 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
419 void Function::Dump(Stream *s, bool show_context) const { in Dump() function in Function
424 m_mangled.Dump(s); in Dump()
434 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, in Dump()
[all …]
H A DSymbolFile.cpp242 void SymbolFileCommon::Dump(Stream &s) { in Dump() function in SymbolFileCommon
246 m_type_list.Dump(&s, /*show_context*/ false); in Dump()
254 cu_sp->Dump(&s, /*show_context*/ false); in Dump()
260 symtab->Dump(&s, nullptr, eSortOrderNone); in Dump()
H A DTypeList.cpp94 void TypeList::Dump(Stream *s, bool show_context) { in Dump() function in TypeList
97 t->Dump(s, show_context); in Dump()
H A DBlock.cpp55 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription()
59 void Block::Dump(Stream *s, addr_t base_addr, int32_t depth, in Dump() function in Block
65 parent->Dump(s, base_addr, depth + 1, show_context); in Dump()
78 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
101 m_variable_list_sp->Dump(s, show_context); in Dump()
106 (*pos)->Dump(s, base_addr, depth - 1, show_context); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp43 loc.Dump(s); in operator <<()
59 void SourceLocationSpec::Dump(Stream &s) const { in Dump() function in SourceLocationSpec
62 m_declaration.Dump(&s, true); in Dump()
67 Dump(ss); in GetString()
H A DAddress.cpp408 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump() function in Address
462 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
490 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
542 so_addr.Dump(s, exe_scope, DumpStyleLoadAddress, in Dump()
561 so_addr.Dump(s, exe_scope, DumpStyleLoadAddress, in Dump()
573 so_addr.Dump(s, exe_scope, DumpStyleLoadAddress, in Dump()
599 cfstring_data_addr.Dump(s, exe_scope, DumpStyleLoadAddress, in Dump()
605 if (so_addr.Dump(s, exe_scope, DumpStyleResolvedDescription)) in Dump()
635 so_addr.Dump(s, exe_scope, DumpStyleLoadAddress, in Dump()
694 Dump(s, exe_scope, DumpStyleSectionNameOffset, DumpStyleInvalid, in Dump()
[all …]
H A DDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { in Dump() function in Declaration
40 m_file.GetFilename().Dump(s); in DumpStopContext()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp50 void Event::Dump(Stream *s) const { in Dump() function in Event
77 m_data_sp->Dump(s); in Dump()
111 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); } in Dump() function in EventData
130 void EventDataBytes::Dump(Stream *s) const { in Dump() function in EventDataBytes
197 void EventDataStructuredData::Dump(Stream *s) const { in Dump() function in EventDataStructuredData
202 m_object_sp->Dump(*s); in Dump()
H A DDiagnostics.cpp59 bool Diagnostics::Dump(raw_ostream &stream) { in RemoveCallback()
67 return Dump(stream, *diagnostics_dir); in Dump()
70 bool Diagnostics::Dump(raw_ostream &stream, const FileSpec &dir) { in Dump()
109 m_log_handler.Dump(stream); in DumpDiangosticsLog()
61 bool Diagnostics::Dump(raw_ostream &stream) { Dump() function in Diagnostics
72 bool Diagnostics::Dump(raw_ostream &stream, const FileSpec &dir) { Dump() function in Diagnostics
H A DProcessInfo.cpp53 void ProcessInfo::Dump(Stream &s, Platform *platform) const { in Dump() function in ProcessInfo
60 m_arguments.Dump(s); in Dump()
120 void ProcessInstanceInfo::Dump(Stream &s, UserIDResolver &resolver) const { in Dump() function in ProcessInstanceInfo
130 m_executable.Dump(s.AsRawOstream()); in Dump()
/freebsd/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"); variable
31 cl::Required, cl::sub(Dump));
34 cl::init(false), cl::sub(Dump));
36 static CommandRegistration Unused(&Dump, []() -> Error { in __anonc19214950102()
/freebsd/contrib/file/magic/Magdir/
H A Dsysex77 >>3 byte 0x0A Dump (All)
78 >>3 byte 0x01 Dump (Bank)
133 >>>4 byte 0x10 SNDD (Sound Dump)
138 >>>4 byte 0x11 MULD (Multi Dump)
143 >>>4 byte 0x12 DRMD (Drum Map Dump)
148 >>>4 byte 0x13 PATD (Sequencer Pattern Dump)
153 >>>4 byte 0x14 GLBD (Global Parameter Dump)
157 >>>4 byte 0x17 MODD (Mode Parameter Dump)
162 >>>4 byte 0x10 SNDD (Sound Dump)
167 >>>4 byte 0x11 MULD (Multi Dump)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp59 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const {
70 entry.Dump(strm); in Dump()
74 void GDBRemoteCommunicationHistory::Dump(Log *log) const {
60 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { Dump() function in GDBRemoteCommunicationHistory
75 void GDBRemoteCommunicationHistory::Dump(Log *log) const { Dump() function in GDBRemoteCommunicationHistory
H A DGDBRemoteCommunicationHistory.h37 void Dump(Stream &strm) const;
38 void Dump(Log *log) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h48 virtual void Dump(Stream *s) const;
81 void Dump(Stream *s) const override;
142 void Dump(Stream *s) const override;
198 void Dump(Stream *s) const;
H A DDiagnostics.h38 bool Dump(llvm::raw_ostream &stream);
39 bool Dump(llvm::raw_ostream &stream, const FileSpec &dir);
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp48 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"), variable
127 Dump ? std::optional<BCDumpOptions>(O) : std::optional<BCDumpOptions>(), in main()
130 if (Dump) in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp506 void ManualDWARFIndex::Dump(Stream &s) { in Dump() function in ManualDWARFIndex
511 m_set.function_basenames.Dump(&s); in Dump()
513 m_set.function_fullnames.Dump(&s); in Dump()
515 m_set.function_methods.Dump(&s); in Dump()
517 m_set.function_selectors.Dump(&s); in Dump()
519 m_set.objc_class_selectors.Dump(&s); in Dump()
521 m_set.globals.Dump(&s); in Dump()
523 m_set.types.Dump(&s); in Dump()
525 m_set.namespaces.Dump(&s); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h198 virtual void Dump(Stream *s) const;
338 void Dump(Stream *s) const override;
385 void Dump(Stream *s) const override;
424 void Dump(Stream *s) const override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp92 m_address_ranges[0].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress); in DumpRanges()
96 m_address_ranges[i].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress); in DumpRanges()
135 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
154 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
177 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp45 bool Dump = false; member
107 if (Info.Dump) in generateReproducerMetaInfo()
182 InvocationInfo.Dump = true; in cc1gen_reproducer_main()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp117 void ObjectFileJIT::Dump(Stream *s) { in CreateSections()
132 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
136 m_symtab_up->Dump(s, nullptr, eSortOrderNone); in Dump()
121 void ObjectFileJIT::Dump(Stream *s) { Dump() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp269 void Watchpoint::Dump(Stream *s) const { in Dump() function in Watchpoint
302 if (llvm::Error error = m_old_value_sp->Dump(strm, options)) in DumpSnapshots()
327 if (llvm::Error error = m_new_value_sp->Dump(strm, options)) in DumpSnapshots()
371 wpres->Dump(s); in DumpWithLevel()
517 void Watchpoint::WatchpointEventData::Dump(Stream *s) const {} in Dump() function in Watchpoint::WatchpointEventData

12345678910>>...14