Searched refs:ReadProgram (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 143 virtual void ReadProgram(const char *program, uint64 length,
|
D | dwarf_cu_to_module_unittest.cc | 68 MOCK_METHOD4(ReadProgram, void(const char* program, uint64 length, 147 EXPECT_CALL(line_reader_, ReadProgram(_,_,_,_)).Times(0); in CUFixtureBase() 331 ReadProgram(&dummy_line_program_[0], dummy_line_size_, in StartCU() 1438 EXPECT_CALL(lr, ReadProgram(_,_,_,_)).Times(0); in TEST_F() 1497 EXPECT_CALL(lr, ReadProgram(_,_,_,_)).Times(0); in TEST_F()
|
D | dwarf_cu_to_module.cc | 823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 214 void ReadProgram(const char* program, uint64 length, in ReadProgram() function in __anon0b8462240111::DumperLineToModule
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 247 void ReadProgram(const char *program, uint64 length,
|