Home
last modified time | relevance | path

Searched refs:IsPCSuppressed (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
Dubsan_diag.cc404 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed() function in __ubsan
Dubsan_handlers.cc35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport()