Home
last modified time | relevance | path

Searched refs:root_handler (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.h289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() argument
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc272 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter); in LoadDwarf() local
274 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler); in LoadDwarf()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm304 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter);
306 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler);