Searched refs:DIEDispatcher (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler.cc43 DIEDispatcher::~DIEDispatcher() {
52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size,
60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) {
115 void DIEDispatcher::EndDIE(uint64 offset) {
137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset,
147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset,
157 void DIEDispatcher::ProcessAttributeReference(uint64 offset,
167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset,
178 void DIEDispatcher
[all...]
H A Ddwarf2diehandler.h91 // - DIEDispatcher: derived from Dwarf2Handler, an instance of this
116 // - Then, create a DIEDispatcher instance, passing it an instance of
117 // your root DIE handler class, and use that DIEDispatcher as the
121 // DIEDispatcher die_dispatcher(&root_die_handler);
284 class DIEDispatcher: public Dwarf2Handler { class in namespace:dwarf2reader
289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } function in class:dwarf2reader::DIEDispatcher
290 // Destroying a DIEDispatcher destroys all active handler objects
292 ~DIEDispatcher();
328 // single data members of DIEDispatcher --- but putting them here
H A Ddwarf2diehandler_unittest.cc33 // dwarf2diehander_unittest.cc: Unit tests for google_breakpad::DIEDispatcher.
54 using dwarf2reader::DIEDispatcher;
106 DIEDispatcher die_dispatcher(&mock_root_handler);
127 DIEDispatcher die_dispatcher(&mock_root_handler);
152 DIEDispatcher die_dispatcher(&mock_root_handler);
186 DIEDispatcher die_dispatcher(&mock_root_handler);
291 DIEDispatcher die_dispatcher(&mock_root_handler);
427 // The DIEDispatcher destructor is supposed to delete all handlers on
490 DIEDispatcher die_dispatcher(&mock_root_handler);
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc274 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler);

Completed in 241 milliseconds