Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerInternal.h165 struct ScopedDisableMsanInterceptorChecks { struct
166 ScopedDisableMsanInterceptorChecks() { in ScopedDisableMsanInterceptorChecks() argument
170 ~ScopedDisableMsanInterceptorChecks() { in ~ScopedDisableMsanInterceptorChecks() argument
HDFuzzerLoop.cpp177 ScopedDisableMsanInterceptorChecks S; in DumpCurrentUnit()
271 ScopedDisableMsanInterceptorChecks S; // RmDirRecursive may call opendir(). in InterruptCallback()
HDFuzzerDriver.cpp232 ScopedDisableMsanInterceptorChecks S; in WorkerThread()