Home
last modified time | relevance | path

Searched refs:DwarfLineToModule (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc41 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 …]
Ddwarf_line_to_module.h114 class DwarfLineToModule: public dwarf2reader::LineInfoHandler {
123 DwarfLineToModule(Module *module, const string& compilation_dir, in DwarfLineToModule() function
133 ~DwarfLineToModule() { } in ~DwarfLineToModule()
Ddwarf_line_to_module.cc66 void DwarfLineToModule::DefineDir(const string &name, uint32 dir_num) { in DefineDir()
73 void DwarfLineToModule::DefineFile(const string &name, int32 file_num, in DefineFile()
106 void DwarfLineToModule::AddLine(uint64 address, uint64 length, in AddLine()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc80 using google_breakpad::DwarfLineToModule;
216 DwarfLineToModule handler(module, compilation_dir_, lines); in ReadProgram()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm71 using google_breakpad::DwarfLineToModule;
249 DwarfLineToModule handler(module, compilation_dir_, lines);