Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc219 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()
[all …]
Ddwarf_cu_to_module.h266 class GenericDIEHandler; variable