Lines Matching refs:Dump
131 class Dump; variable
138 explicit Section(const Dump &dump);
169 Stream(const Dump &dump, uint32_t type) : Section(dump), type_(type) { } in Stream()
189 SystemInfo(const Dump &dump,
202 String(const Dump &dump, const string &value);
214 Memory(const Dump &dump, uint64_t address) in Memory()
229 Context(const Dump &dump, const MDRawContextX86 &context);
230 Context(const Dump &dump, const MDRawContextARM &context);
231 Context(const Dump &dump, const MDRawContextMIPS &context);
233 Context(const Dump &dump) : Section(dump) {} in Context()
241 Thread(const Dump &dump,
256 Module(const Dump &dump,
275 Exception(const Dump &dump,
288 List(const Dump &dump, uint32_t type) : Stream(dump, type), count_(0) { in List()
314 class Dump: public test_assembler::Section {
321 Dump(uint64_t flags,
331 Dump &Add(SynthMinidump::Section *object); // simply append data
332 Dump &Add(Stream *object); // append, record in stream directory
333 Dump &Add(Memory *object); // append, record in memory list
334 Dump &Add(Thread *object); // append, record in thread list
335 Dump &Add(Module *object); // append, record in module list