Searched refs:FuncHandler (Results 1 – 2 of 2) sorted by relevance
434 class DwarfCUToModule::FuncHandler: public GenericDIEHandler { class in google_breakpad::DwarfCUToModule436 FuncHandler(CUContext *cu_context, DIEContext *parent_context, in FuncHandler() function in google_breakpad::DwarfCUToModule::FuncHandler464 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()486 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned( in ProcessAttributeSigned()501 void DwarfCUToModule::FuncHandler::ProcessAttributeReference( in ProcessAttributeReference()523 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes()532 void DwarfCUToModule::FuncHandler::Finish() { in Finish()593 return new FuncHandler(cu_context_, &child_context_, offset); in FindChildHandler()757 return new FuncHandler(cu_context_.get(), child_context_.get(), offset); in FindChildHandler()
267 class FuncHandler; variable