Searched refs:Dump (Results 76 - 100 of 301) sorted by relevance

1234567891011>>

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h45 void Dump(lldb_private::Stream *s) const;
H A DDWARFDebugLine.h92 void Dump (lldb_private::Log *log);
145 void Dump(lldb_private::Log *log) const;
147 static void Dump(lldb_private::Log *log, const Row::collection& state_coll);
183 void Dump(lldb_private::Log *log) const;
H A DDWARFDebugMacinfoEntry.cpp47 DWARFDebugMacinfoEntry::Dump(Stream *s) const function in class:DWARFDebugMacinfoEntry
H A DDWARFDebugPubnames.cpp57 Dump (log);
209 Dump (log);
252 DWARFDebugPubnames::Dump(Log *s) const function in class:DWARFDebugPubnames
262 (*pos).Dump(s);
H A DNameToDIE.cpp67 NameToDIE::Dump (Stream *s) function in class:NameToDIE
H A DDWARFDebugInfo.cpp508 die->Dump(dwarf2Data, cu, *s, 0);
524 dumpInfo->ancestors[i].Dump(dwarf2Data, cu, *s, 0);
532 die->Dump(dwarf2Data, cu, *s, 0);
551 die->Dump(dwarf2Data, cu, *s, 0);
592 cu->Dump(s);
618 cu->Dump(s); // Dump the compile unit for the DIE in verbose mode
638 // Dump
640 // Dump the information in the .debug_info section to the specified
650 DWARFDebugInfo::Dump function in class:DWARFDebugInfo
688 DWARFDebugInfo::Dump (Stream *s, const uint32_t die_offset, const uint32_t recurse_depth) function in class:DWARFDebugInfo
[all...]
H A DDWARFDebugLine.cpp93 state.prologue->Dump (log);
117 // Dump line table to a single file only
124 // Dump line table to a single file only
169 // Dump line table to a single file only
176 // Dump line table to a single file only
198 prologue.Dump (log);
232 row.Dump(log);
273 row.Dump (log);
368 row.Dump (log);
601 prologue->Dump (lo
892 DWARFDebugLine::Prologue::Dump(Log *log) function in class:DWARFDebugLine::Prologue
994 DWARFDebugLine::LineTable::Dump(Log *log) const function in class:DWARFDebugLine::LineTable
1123 DWARFDebugLine::Row::Dump(Log *log) const function in class:DWARFDebugLine::Row
1191 DWARFDebugLine::Row::Dump(Log *log, const Row::collection& state_coll) function in class:DWARFDebugLine::Row
[all...]
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCommon.cpp62 ClangASTMetadata::Dump (Stream *s) function in class:ClangASTMetadata
H A DSymbol.cpp210 m_addr_range.Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
215 m_addr_range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
236 Symbol::Dump(Stream *s, Target *target, uint32_t index) const function in class:Symbol
254 if (!m_addr_range.GetBaseAddress().Dump(s, NULL, Address::DumpStyleFileAddress))
259 if (!m_addr_range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress))
H A DUnwindPlan.cpp70 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan::Row* row, Thread* thread, bool verbose) const function in class:UnwindPlan::Row::RegisterLocation
162 UnwindPlan::Row::Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, addr_t base_addr) const function in class:UnwindPlan::Row
184 idx->second.Dump(s, unwind_plan, this, thread, verbose);
389 UnwindPlan::Dump (Stream& s, Thread *thread, lldb::addr_t base_addr) const
399 m_plan_valid_address_range.Dump (&s, target_sp.get(), Address::DumpStyleSectionNameOffset);
406 (*pos)->Dump(s, this, thread, base_addr);
/external/lldb/source/Target/
H A DThreadPlanTracer.cpp79 m_thread.GetStackFrameAtIndex(0)->Dump (stream, show_frame_index, show_fullpaths);
195 pc_addr.Dump(stream, &m_thread, Address::DumpStyleResolvedDescription, Address::DumpStyleModuleWithFileAddress);
224 instruction->Dump (stream,
278 reg_value.Dump(stream, reg_info, true, false, eFormatDefault);
/external/regex-re2/re2/testing/
H A Drequired_prefix_test.cc52 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf") << " " << re->Dump();
H A Dsimplify_test.cc160 << " " << tests[i].regexp << " " << sre->Dump();
/external/clang/lib/Frontend/
H A DASTConsumers.cpp38 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false,
40 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
84 DC->dumpLookups(Out, Dump);
90 } else if (Dump)
97 bool Dump; member in class:__anon1030::ASTPrinter
127 return llvm::make_unique<ASTPrinter>(Out, /*Dump=*/false, FilterString);
/external/lldb/source/Core/
H A DSection.cpp201 Section::Dump (Stream *s, Target *target, uint32_t depth) const function in class:Section
224 range.Dump (s, 0);
234 m_children.Dump(s, target, false, depth - 1);
260 m_name.Dump(s);
509 SectionList::Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const function in class:SectionList
525 (*sect_iter)->Dump(s, target_has_loaded_sections ? target : NULL, depth);
/external/skia/tests/
H A DPathOpsDebug.cpp151 void SkDPoint::Dump(const SkPoint& pt) { function in class:SkDPoint
418 void Dump(const SkTSect<TCurve, OppCurve>* sect) { function
436 Dump(&q1q2);
437 Dump(&q1k2);
438 Dump(&q1c2);
439 Dump(&k1q2);
440 Dump(&k1k2);
441 Dump(&k1c2);
442 Dump(&c1q2);
443 Dump(
628 void Dump(const SkTSpan<TCurve, OppCurve>* span) { function
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h128 Dump (Stream *s) const;
177 /// Standard "Dump" method. At present it does nothing.
180 Dump (Stream *s);
H A DWatchpoint.h60 Dump (Stream *s) const;
112 void Dump (Stream *s) const;
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h85 Dump () const function in class:lldb_private::PythonObject
94 Dump (Stream &strm) const;
/external/lldb/include/lldb/Symbol/
H A DSymbolContext.h137 /// Dump a description of this object to a Stream.
139 /// Dump a description of the contents of this object to the
146 Dump (Stream *s, Target *target) const;
149 /// Dump the stop context in this object to a Stream.
151 /// Dump the best description of this object to the stream. The
462 /// Dump a description of this object to a Stream.
464 /// Dump a description of the contents of each symbol context in
471 Dump(Stream *s, Target *target) const;
476 /// Dump a description of the contents of each symbol context in
/external/lldb/source/API/
H A DSBEvent.cpp224 m_opaque_ptr->Dump (&strm);
239 m_opaque_ptr->Dump (&strm);
H A DSBInstruction.cpp175 m_opaque_sp->Dump (&s.ref(), 0, true, false, NULL);
190 m_opaque_sp->Dump (&out_stream, 0, true, false, NULL);
H A DSBModuleSpec.cpp143 m_opaque_ap->Dump (description.ref());
228 m_opaque_ap->Dump (description.ref());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h174 Dump (lldb_private::Stream &strm) const;
177 Dump (lldb_private::Log *log) const;
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp147 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize (), show_address, show_bytes, NULL);
277 unwind_plan.Dump(strm, &thread, base_addr);
405 context.Dump(strm, instruction);
444 data.Dump(&strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, addr, 0, 0);
446 context.Dump(strm, instruction);
551 reg_value.Dump(&strm, reg_info, false, false, eFormatDefault);
581 reg_value.Dump(&strm, reg_info, false, false, eFormatDefault);
583 context.Dump(strm, instruction);

Completed in 1796 milliseconds

1234567891011>>