Home
last modified time | relevance | path

Searched refs:ReportSIGSEGV (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_posix.cc79 ReportSIGSEGV("SEGV", sig); in AsanOnSIGSEGV()
Dasan_report.h56 void NORETURN ReportSIGSEGV(const char *description, const SignalContext &sig);
Dasan_win.cc222 ReportSIGSEGV(description, sig); in SEHHandler()
Dasan_report.cc670 void ReportSIGSEGV(const char *description, const SignalContext &sig) { in ReportSIGSEGV() function