Searched refs:DIEDispatcher (Results 1 – 5 of 5) sorted by relevance
44 DIEDispatcher::~DIEDispatcher() { in ~DIEDispatcher()53 bool DIEDispatcher::StartCompilationUnit(uint64_t offset, uint8_t address_size, in StartCompilationUnit()61 bool DIEDispatcher::StartDIE(uint64_t offset, enum DwarfTag tag) { in StartDIE()116 void DIEDispatcher::EndDIE(uint64_t offset) { in EndDIE()138 void DIEDispatcher::ProcessAttributeUnsigned(uint64_t offset, in ProcessAttributeUnsigned()148 void DIEDispatcher::ProcessAttributeSigned(uint64_t offset, in ProcessAttributeSigned()158 void DIEDispatcher::ProcessAttributeReference(uint64_t offset, in ProcessAttributeReference()168 void DIEDispatcher::ProcessAttributeBuffer(uint64_t offset, in ProcessAttributeBuffer()179 void DIEDispatcher::ProcessAttributeString(uint64_t offset, in ProcessAttributeString()189 void DIEDispatcher::ProcessAttributeSignature(uint64_t offset, in ProcessAttributeSignature()
56 using dwarf2reader::DIEDispatcher;109 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()130 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()155 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()189 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()295 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()494 DIEDispatcher die_dispatcher(&mock_root_handler); in TEST()
286 class DIEDispatcher: public Dwarf2Handler {291 DIEDispatcher(RootDIEHandler *root_handler) : root_handler_(root_handler) { } in DIEDispatcher() function294 ~DIEDispatcher();
476 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler); in ReadDwarf()
338 dwarf2reader::DIEDispatcher die_dispatcher(&root_handler); in LoadDwarf()