Home
last modified time | relevance | path

Searched refs:FuncHandler (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc468 class DwarfCUToModule::FuncHandler: public GenericDIEHandler { class in google_breakpad::DwarfCUToModule
470 FuncHandler(CUContext *cu_context, DIEContext *parent_context, in FuncHandler() function in google_breakpad::DwarfCUToModule::FuncHandler
499 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
524 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned( in ProcessAttributeSigned()
539 void DwarfCUToModule::FuncHandler::ProcessAttributeReference( in ProcessAttributeReference()
563 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes()
582 void DwarfCUToModule::FuncHandler::Finish() { in Finish()
687 return new FuncHandler(cu_context_, &child_context_, offset); in FindChildHandler()
874 return new FuncHandler(cu_context_.get(), child_context_.get(), offset); in FindChildHandler()
Ddwarf_cu_to_module.h294 class FuncHandler; variable