Home
last modified time | relevance | path

Searched defs:EndCompilationUnit (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_to_module.cc79 bool StabsToModule::EndCompilationUnit(uint64_t address) { in EndCompilationUnit() function in google_breakpad::StabsToModule
Dstabs_reader.h284 virtual bool EndCompilationUnit(uint64_t address) { return true; } in EndCompilationUnit() function