Searched refs:CUContext (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 172 struct DwarfCUToModule::CUContext { struct in google_breakpad::DwarfCUToModule 173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext() argument 183 ~CUContext() { in ~CUContext() argument 244 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context, in GenericDIEHandler() 282 CUContext *cu_context_; 470 FuncHandler(CUContext *cu_context, DIEContext *parent_context, in FuncHandler() 667 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context, in NamedScopeHandler() 804 cu_context_(new CUContext(file_context, reporter, ranges_handler)), in DwarfCUToModule()
|
D | dwarf_cu_to_module.h | 290 struct CUContext; 325 scoped_ptr<CUContext> cu_context_;
|