HomeSort by relevance Sort by last modified time
    Searched refs:DIEContext (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 264 struct DIEContext;
301 scoped_ptr<DIEContext> child_context_;
dwarf_cu_to_module.cc 204 struct DwarfCUToModule::DIEContext {
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()),
    [all...]

Completed in 1117 milliseconds