Searched refs:DwarfCUToModule (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 79 struct DwarfCUToModule::Specification { 103 struct DwarfCUToModule::FilePrivate { 131 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() 140 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext() 143 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() 148 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest() 153 DwarfCUToModule::FileContext::section_map() const { in section_map() 157 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications() 162 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference() 172 struct DwarfCUToModule::CUContext { [all …]
|
D | dwarf_cu_to_module.h | 68 class DwarfCUToModule: public dwarf2reader::RootDIEHandler { 98 friend class DwarfCUToModule; 260 DwarfCUToModule(FileContext *file_context, 264 ~DwarfCUToModule();
|
D | dwarf_cu_to_module_unittest.cc | 53 using google_breakpad::DwarfCUToModule; 67 class MockLineToModuleHandler: public DwarfCUToModule::LineToModuleHandler { 74 class MockWarningReporter: public DwarfCUToModule::WarningReporter { 77 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter() 269 DwarfCUToModule::FileContext file_context_; 295 DwarfCUToModule root_handler_; 718 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1509 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1519 DwarfCUToModule root1_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() 1532 DwarfCUToModule root2_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() [all …]
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 78 using google_breakpad::DwarfCUToModule; 312 public DwarfCUToModule::RangesHandler { 337 public DwarfCUToModule::LineToModuleHandler { 426 DwarfCUToModule::FileContext file_context(selected_object_name_, in ReadDwarf() 471 DwarfCUToModule::WarningReporter reporter(selected_object_name_, in ReadDwarf() 473 DwarfCUToModule root_handler(&file_context, &line_to_module, in ReadDwarf()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 84 using google_breakpad::DwarfCUToModule; 233 class DumperRangesHandler : public DwarfCUToModule::RangesHandler { 257 class DumperLineToModule: public DwarfCUToModule::LineToModuleHandler { 289 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf() 334 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf() 335 DwarfCUToModule root_handler(&file_context, &line_to_module, in LoadDwarf()
|