Home | History | Annotate | Download | only in processor

Lines Matching refs:Dump

40 Section::Section(const Dump &dump)
41 : test_assembler::Section(dump.endianness()) { }
55 SystemInfo::SystemInfo(const Dump &dump,
58 : Stream(dump, MD_SYSTEM_INFO_STREAM) {
114 String::String(const Dump &dump, const string &contents) : Section(dump) {
129 Context::Context(const Dump &dump, const MDRawContextX86 &context)
130 : Section(dump) {
137 assert(dump.endianness() == kLittleEndian);
179 Context::Context(const Dump &dump, const MDRawContextARM &context)
180 : Section(dump) {
185 assert(dump.endianness() == kLittleEndian);
198 Context::Context(const Dump &dump, const MDRawContextMIPS &context)
199 : Section(dump) {
234 Thread::Thread(const Dump &dump,
237 uint32_t priority, uint64_t teb) : Section(dump) {
248 Module::Module(const Dump &dump,
256 const Section *misc_record) : Section(dump) {
297 Exception::Exception(const Dump &dump,
303 : Stream(dump, MD_EXCEPTION_STREAM) {
318 Dump::Dump(uint64_t flags,
340 Dump &Dump::Add(SynthMinidump::Section *section) {
346 Dump &Dump::Add(Stream *stream) {
353 Dump &Dump::Add(Memory *memory) {
365 Dump &Dump::Add(Thread *thread) {
370 Dump &Dump::Add(Module *module) {
375 void Dump::Finish() {