Searched refs:DwarfLineToModule (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 41 using google_breakpad::DwarfLineToModule; 48 DwarfLineToModule h(&m, "/", &lines); in TEST() 69 DwarfLineToModule h(&m, "/", &lines); in TEST() 129 DwarfLineToModule h(&m, "/", &lines); in TEST() 147 DwarfLineToModule h(&m, "/", &lines); in TEST() 165 DwarfLineToModule h(&m, "/", &lines); in TEST() 178 DwarfLineToModule h(&m, "/", &lines); in TEST() 191 DwarfLineToModule h(&m, "/", &lines); in TEST() 206 DwarfLineToModule h(&m, "src/build", &lines); in TEST() 222 DwarfLineToModule h(&m, "src/build", &lines); in TEST() [all …]
|
D | dwarf_line_to_module.h | 114 class DwarfLineToModule: public dwarf2reader::LineInfoHandler { 123 DwarfLineToModule(Module *module, const string& compilation_dir, in DwarfLineToModule() function 133 ~DwarfLineToModule() { } in ~DwarfLineToModule()
|
D | dwarf_line_to_module.cc | 66 void DwarfLineToModule::DefineDir(const string &name, uint32_t dir_num) { in DefineDir() 73 void DwarfLineToModule::DefineFile(const string &name, int32_t file_num, in DefineFile() 106 void DwarfLineToModule::AddLine(uint64_t address, uint64_t length, in AddLine()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 79 using google_breakpad::DwarfLineToModule; 349 DwarfLineToModule handler(module, compilation_dir_, lines); in ReadProgram()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 85 using google_breakpad::DwarfLineToModule; 267 DwarfLineToModule handler(module, compilation_dir_, lines); in ReadProgram()
|