Searched refs:DIEDispatcher (Results 1 – 5 of 5) sorted by relevance
43 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()
54 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()
284 class DIEDispatcher: public Dwarf2Handler {289 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() function292 ~DIEDispatcher();
274 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler); in LoadDwarf()
306 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler);