Searched refs:StabsToModule (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | stabs_to_module.cc | 59 StabsToModule::~StabsToModule() { in ~StabsToModule() 68 bool StabsToModule::StartCompilationUnit(const char *name, uint64_t address, in StartCompilationUnit() 79 bool StabsToModule::EndCompilationUnit(uint64_t address) { in EndCompilationUnit() 90 bool StabsToModule::StartFunction(const string &name, in StartFunction() 102 bool StabsToModule::EndFunction(uint64_t address) { in EndFunction() 118 bool StabsToModule::Line(uint64_t address, const char *name, int number) { in Line() 134 bool StabsToModule::Extern(const string &name, uint64_t address) { in Extern() 149 void StabsToModule::Warning(const char *format, ...) { in Warning() 156 void StabsToModule::Finalize() { in Finalize()
|
D | stabs_to_module_unittest.cc | 40 using google_breakpad::StabsToModule; 43 TEST(StabsToModule, SimpleCU) { in TEST() argument 45 StabsToModule h(&m); in TEST() 80 TEST(StabsToModule, Externs) { in TEST() argument 82 StabsToModule h(&m); in TEST() 106 TEST(StabsToModule, DuplicateFunctionNames) { in TEST() argument 108 StabsToModule h(&m); in TEST() 140 StabsToModule h(&m); in TEST() 191 StabsToModule h(&m); in TEST() 231 StabsToModule h(&m); in TEST()
|
D | stabs_to_module.h | 62 class StabsToModule: public google_breakpad::StabsHandler { 66 StabsToModule(Module *module) : in StabsToModule() function 73 ~StabsToModule();
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 87 using google_breakpad::StabsToModule; 615 StabsToModule stabs_to_module(module_); in SymtabCommand()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 98 using google_breakpad::StabsToModule; 210 StabsToModule handler(module); in LoadStabs()
|