/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 54 h.DefineFile("file1", 0x30bf0f27, 0, 0, 0); in TEST() 78 h.DefineFile("file1", 0x2b80377a, 0x838299ab, 0, 0); in TEST() 79 h.DefineFile("file1", 0x63beb4a4, 0xf85de023, 0, 0); in TEST() 80 h.DefineFile("file2", 0x1d161d56, 0x838299ab, 0, 0); in TEST() 81 h.DefineFile("file2", 0x1e7a667c, 0xf85de023, 0, 0); in TEST() 90 h.DefineFile("file3", -1, 0, 0, 0); in TEST() 138 h.DefineFile("/absolute", 1, 1, 0, 0); in TEST() 157 h.DefineFile("relative", 1, 1, 0, 0); in TEST() 176 h.DefineFile("", 1, 1, 0, 0); in TEST() 190 h.DefineFile("file1", 1, 1, 0, 0); in TEST() [all …]
|
D | dwarf_line_to_module.h | 138 void DefineFile(const string& name, int32_t file_num,
|
D | dwarf_line_to_module.cc | 76 void DwarfLineToModule::DefineFile(const string& name, int32_t file_num, in DefineFile() function in google_breakpad::DwarfLineToModule
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_lineinfo_unittest.cc | 135 MOCK_METHOD(void, DefineFile, (const string& name, int32_t file_num, 163 EXPECT_CALL(handler_, DefineFile("b/c", 0, 0, 0, 0)).Times(1); in TEST_F() 184 EXPECT_CALL(handler_, DefineFile("", 0, 0, 0, 0)).Times(1); in TEST_F() 185 EXPECT_CALL(handler_, DefineFile("b/c", 1, 0, 0, 0)).Times(1); in TEST_F()
|
D | dwarf2reader_splitfunctions_unittest.cc | 56 MOCK_METHOD(void, DefineFile, (const string& name, int32_t file_num, 122 EXPECT_CALL(handler_, DefineFile("split_functions.c", 0, 0, 0, 0)).Times(1); in TEST_F()
|
D | functioninfo.h | 93 virtual void DefineFile(const string& name, int32 file_num,
|
D | functioninfo.cc | 67 void CULineInfoHandler::DefineFile(const string& name, in DefineFile() function in google_breakpad::CULineInfoHandler
|
D | dwarf2reader.cc | 1448 handler_->DefineFile(filename, row, dirindex, mod_time, filelength); in ReadFileRow() 1535 handler_->DefineFile("", 0, 0, 0, 0); in ReadHeader() 1550 handler_->DefineFile(filename, fileindex, in ReadHeader() 1759 handler->DefineFile(filename, -1, static_cast<uint32_t>(dirindex), in ProcessOneOpcode()
|
D | dwarf2reader.h | 225 virtual void DefineFile(const string& name, int32_t file_num, in DefineFile() function
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 795 FUNC 6856 26 0 dwarf2reader::LineInfoHandler::DefineFile(std::string const&, int, unsigned int, uns… 2393 FUNC d25e 23b 0 dwarf2reader::CULineInfoHandler::DefineFile(std::string const&, int, unsigned int, …
|