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.cc239 class DwarfCUToModule::GenericDIEHandler: public dwarf2reader::DIEHandler { class in google_breakpad::DwarfCUToModule
244 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context, in GenericDIEHandler() function in google_breakpad::DwarfCUToModule::GenericDIEHandler
322 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeUnsigned( in ProcessAttributeUnsigned()
332 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference( in ProcessAttributeReference()
365 string DwarfCUToModule::GenericDIEHandler::AddStringToPool(const string &str) { in AddStringToPool()
371 void DwarfCUToModule::GenericDIEHandler::ProcessAttributeString( in ProcessAttributeString()
404 string DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName() { in ComputeQualifiedName()
468 class DwarfCUToModule::FuncHandler: public GenericDIEHandler {
472 : GenericDIEHandler(cu_context, parent_context, offset), in FuncHandler()
519 GenericDIEHandler::ProcessAttributeUnsigned(attr, form, data); in ProcessAttributeUnsigned()
[all …]
Ddwarf_cu_to_module.h293 class GenericDIEHandler; variable