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

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc434 class DwarfCUToModule::FuncHandler: public GenericDIEHandler { class in class:google_breakpad::DwarfCUToModule
436 FuncHandler(CUContext *cu_context, DIEContext *parent_context, function in class:google_breakpad::DwarfCUToModule::FuncHandler
464 void DwarfCUToModule::FuncHandler::ProcessAttributeUnsigned(
486 void DwarfCUToModule::FuncHandler::ProcessAttributeSigned(
501 void DwarfCUToModule::FuncHandler::ProcessAttributeReference(
523 bool DwarfCUToModule::FuncHandler::EndAttributes() {
532 void DwarfCUToModule::FuncHandler::Finish() {
593 return new FuncHandler(cu_context_, &child_context_, offset);
757 return new FuncHandler(cu_context_.get(), child_context_.get(), offset);
H A Ddwarf_cu_to_module.h267 class FuncHandler;

Completed in 63 milliseconds