Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp40 file.Dump(s->AsRawOstream()); in DumpStopContext()
42 file.GetFilename().Dump(s); in DumpStopContext()
57 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump() function in LineEntry
62 if (!range.Dump(s, target, style, fallback_style)) in Dump()
66 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
99 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
102 range.Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
134 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()
405 llvm::interleaveComma(decl_context, *s, [&](auto &ctx) { ctx.Dump(*s); }); in GetDescription()
414 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
418 void Function::Dump(Stream *s, bool show_context) const { in Dump() function in Function
423 m_mangled.Dump(s); in Dump()
433 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 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.cpp462 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()
693 Dump(s, exe_scope, DumpStyleSectionNameOffset, DumpStyleInvalid, in Dump()
701 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size, in Dump()
790 if (dereferenced_addr.Dump(&strm, exe_scope, in Dump()
[all …]
H A DAddressRange.cpp148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump() function in AddressRange
162 m_base_addr.Dump(s, target, style, fallback_style); in Dump()
193 return Dump(s, target, fallback_style, Address::DumpStyleInvalid); in Dump()
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 DDiagnostics.cpp59 bool Diagnostics::Dump(raw_ostream &stream) { in Dump() function in Diagnostics
67 return Dump(stream, *diagnostics_dir); in Dump()
70 bool Diagnostics::Dump(raw_ostream &stream, const FileSpec &dir) { in Dump() function in Diagnostics
109 m_log_handler.Dump(stream); in DumpDiangosticsLog()
H A DEvent.cpp50 void Event::Dump(Stream *s) const { in Dump() function in Event
77 m_data_sp->Dump(s); in Dump()
105 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); } in Dump() function in EventData
134 void EventDataBytes::Dump(Stream *s) const { in Dump() function in EventDataBytes
219 void EventDataStructuredData::Dump(Stream *s) const { in Dump() function in EventDataStructuredData
224 m_object_sp->Dump(*s); in Dump()
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.cpp28 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 __anon118dba5d0102()
/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)
157 >>>4 byte 0x17 MODD (Mode Parameter Dump)
162 >>>4 byte 0x10 SNDD (Sound Dump)
167 >>>4 byte 0x11 MULD (Multi Dump)
172 >>>4 byte 0x12 DRMD (Drum Map Dump)
199 >>>4 byte 0x15 EFXD (FX Parameter Dump)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp159 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute()
164 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute()
200 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute()
205 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp59 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const { in Dump() function in GDBRemoteCommunicationHistory
70 entry.Dump(strm); in Dump()
74 void GDBRemoteCommunicationHistory::Dump(Log *log) const { in 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;
74 void Dump(Stream *s) const override;
141 void Dump(Stream *s) const override;
197 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.cpp503 void ManualDWARFIndex::Dump(Stream &s) { in Dump() function in ManualDWARFIndex
508 m_set.function_basenames.Dump(&s); in Dump()
510 m_set.function_fullnames.Dump(&s); in Dump()
512 m_set.function_methods.Dump(&s); in Dump()
514 m_set.function_selectors.Dump(&s); in Dump()
516 m_set.objc_class_selectors.Dump(&s); in Dump()
518 m_set.globals.Dump(&s); in Dump()
520 m_set.types.Dump(&s); in Dump()
522 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()
134 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
153 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
176 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 Dump() function in ObjectFileJIT
132 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
136 m_symtab_up->Dump(s, nullptr, eSortOrderNone); in Dump()

12345678910>>...14