Lines Matching refs:GenericDIEHandler
219 class DwarfCUToModule::GenericDIEHandler: public dwarf2reader::DIEHandler { class in google_breakpad::DwarfCUToModule
224 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context, in GenericDIEHandler() function in google_breakpad::DwarfCUToModule::GenericDIEHandler
292 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
302 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference( in ProcessAttributeReference()
338 string DwarfCUToModule::GenericDIEHandler::AddStringToPool(const string &str) { in AddStringToPool()
344 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeString( in ProcessAttributeString()
373 string DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName() { in ComputeQualifiedName()
434 class DwarfCUToModule::FuncHandler: public GenericDIEHandler {
438 : GenericDIEHandler(cu_context, parent_context, offset), in FuncHandler()
481 GenericDIEHandler::ProcessAttributeUnsigned(attr, form, data); in ProcessAttributeUnsigned()
518 GenericDIEHandler::ProcessAttributeReference(attr, form, data); in ProcessAttributeReference()
571 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler {
575 : GenericDIEHandler(cu_context, parent_context, offset) { } in NamedScopeHandler()