Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h144 class LineToModuleHandler {
146 LineToModuleHandler() { } in LineToModuleHandler() function
147 virtual ~LineToModuleHandler() { } in ~LineToModuleHandler()
264 LineToModuleHandler* line_reader,
333 LineToModuleHandler* line_reader_;
H A Ddwarf_cu_to_module.cc1079 LineToModuleHandler* line_reader, in DwarfCUToModule()
H A Ddwarf_cu_to_module_unittest.cc70 class MockLineToModuleHandler: public DwarfCUToModule::LineToModuleHandler {
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Ddump_syms.cc333 public DwarfCUToModule::LineToModuleHandler {
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc266 class DumperLineToModule: public DwarfCUToModule::LineToModuleHandler {