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

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 268 class NamedScopeHandler;
dwarf_cu_to_module.cc 571 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler {
573 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context,
583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() {
588 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
598 return new NamedScopeHandler(cu_context_, &child_context_, offset);
762 return new NamedScopeHandler(cu_context_.get(), child_context_.get(),
    [all...]

Completed in 92 milliseconds