Searched refs:DwarfCUToModule (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 78 struct DwarfCUToModule::Specification { 102 struct DwarfCUToModule::FilePrivate { 130 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() 139 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext() 142 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() 147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest() 152 DwarfCUToModule::FileContext::section_map() const { in section_map() 156 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications() 161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference() 171 struct DwarfCUToModule::CUContext { [all …]
|
D | dwarf_cu_to_module.h | 66 class DwarfCUToModule: public dwarf2reader::RootDIEHandler { 96 friend class DwarfCUToModule; 234 DwarfCUToModule(FileContext *file_context, 237 ~DwarfCUToModule();
|
D | dwarf_cu_to_module_unittest.cc | 51 using google_breakpad::DwarfCUToModule; 65 class MockLineToModuleHandler: public DwarfCUToModule::LineToModuleHandler { 72 class MockWarningReporter: public DwarfCUToModule::WarningReporter { 75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter() 266 DwarfCUToModule::FileContext file_context_; 292 DwarfCUToModule root_handler_; 715 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1435 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1445 DwarfCUToModule root1_handler(&fc, &lr, &reporter_); in TEST_F() 1458 DwarfCUToModule root2_handler(&fc, &lr, &reporter_); in TEST_F() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 79 using google_breakpad::DwarfCUToModule; 206 class DumperLineToModule: public DwarfCUToModule::LineToModuleHandler { 238 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf() 271 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf() 272 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter); in LoadDwarf()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 70 using google_breakpad::DwarfCUToModule; 237 public DwarfCUToModule::LineToModuleHandler { 268 DwarfCUToModule::FileContext file_context(selected_object_name_, 302 DwarfCUToModule::WarningReporter reporter(selected_object_name_, 304 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter);
|