Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A Dstabs_to_module.cc84 bool StabsToModule::EndCompilationUnit(uint64_t address) { in EndCompilationUnit() function in google_breakpad::StabsToModule
H A Dstabs_reader.h279 virtual bool EndCompilationUnit(uint64_t address) { return true; } in EndCompilationUnit() function