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_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/
Ddump_syms.cc79 using google_breakpad::DwarfLineToModule;
349 DwarfLineToModule handler(module, compilation_dir_, lines); in ReadProgram()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc85 using google_breakpad::DwarfLineToModule;
267 DwarfLineToModule handler(module, compilation_dir_, lines); in ReadProgram()