Searched refs:IsPCSuppressed (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 262 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
|
D | ubsan_diag.cpp | 419 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed() function in __ubsan
|
D | ubsan_handlers.cpp | 37 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
|
D | ubsan_diag.cc | 404 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed() function in __ubsan
|
D | ubsan_handlers.cc | 35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport()
|