Searched refs:FuncHandler (Results 1 – 2 of 2) sorted by relevance
468 class DwarfCUToModule::FuncHandler: public GenericDIEHandler { class in google_breakpad::DwarfCUToModule470 FuncHandler(CUContext *cu_context, DIEContext *parent_context, in FuncHandler() function in google_breakpad::DwarfCUToModule::FuncHandler499 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()
294 class FuncHandler; variable