/external/google-breakpad/src/common/ |
dwarf_cu_to_module_unittest.cc | 129 root_handler_(&file_context_, &line_reader_, &reporter_), 174 // Call the handler this.root_handler_'s StartCompilationUnit and 177 // this.root_handler_ ready to hear about children: call 178 // this.root_handler_.EndAttributes, but not this.root_handler_.Finish. 241 // this.root_handler_.Finish. After that point, no further calls 292 DwarfCUToModule root_handler_; member in class:CUFixtureBase 336 ASSERT_TRUE(root_handler_ 340 ASSERT_TRUE(root_handler_.StartRootDIE(0x02e56bfbda9e7337ULL, 343 root_handler_.ProcessAttributeString(dwarf2reader::DW_AT_name [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2diehandler.cc | 46 if (entry.handler_ != root_handler_) 55 return root_handler_->StartCompilationUnit(offset, address_size, 72 if (parent->handler_ != root_handler_) 94 if (root_handler_->StartRootDIE(offset, tag)) 95 handler = root_handler_; 126 if (entry->handler_ != root_handler_)
|
dwarf2diehandler.h | 289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } 348 // empty; we'll call root_handler_'s special member functions, and 349 // perhaps push root_handler_ on the stack to look at the root's 359 RootDIEHandler *root_handler_; member in class:dwarf2reader::DIEDispatcher
|