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

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h264 struct DIEContext;
301 scoped_ptr<DIEContext> child_context_;
H A Ddwarf_cu_to_module.cc204 struct DwarfCUToModule::DIEContext { struct in class:google_breakpad::DwarfCUToModule
212 // in a C++ compilation unit, the DIEContext's name for the
213 // DW_TAG_subprogram DIE would be "Foo::Bar". The DIEContext's
224 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context,
262 DIEContext *parent_context_;
436 FuncHandler(CUContext *cu_context, DIEContext *parent_context,
573 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context,
580 DIEContext child_context_; // A context for our children.
698 child_context_(new DIEContext()),

Completed in 192 milliseconds