Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h143 virtual void ReadProgram(const char *program, uint64 length,
Ddwarf_cu_to_module_unittest.cc68 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()
Ddwarf_cu_to_module.cc823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc214 void ReadProgram(const char* program, uint64 length, in ReadProgram() function in __anon9d891b030111::DumperLineToModule
/external/google-breakpad/src/common/mac/
Ddump_syms.mm247 void ReadProgram(const char *program, uint64 length,