Home
last modified time | relevance | path

Searched refs:DIEDispatcher (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.cc43 DIEDispatcher::~DIEDispatcher() { in ~DIEDispatcher()
52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size, in StartCompilationUnit()
60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) { in StartDIE()
115 void DIEDispatcher::EndDIE(uint64 offset) { in EndDIE()
137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset, in ProcessAttributeUnsigned()
147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset, in ProcessAttributeSigned()
157 void DIEDispatcher::ProcessAttributeReference(uint64 offset, in ProcessAttributeReference()
167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset, in ProcessAttributeBuffer()
178 void DIEDispatcher::ProcessAttributeString(uint64 offset, in ProcessAttributeString()
188 void DIEDispatcher::ProcessAttributeSignature(uint64 offset, in ProcessAttributeSignature()
Ddwarf2diehandler_unittest.cc54 using dwarf2reader::DIEDispatcher;
106 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
127 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
152 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
186 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
291 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
490 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
Ddwarf2diehandler.h284 class DIEDispatcher: public Dwarf2Handler {
289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() function
292 ~DIEDispatcher();
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc274 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler); in LoadDwarf()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm306 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler);