Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h242 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
H A Dubsan_diag.cpp429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed() function in __ubsan
H A Dubsan_handlers.cpp37 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport()