Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h165 struct ScopedDisableMsanInterceptorChecks { struct
166 ScopedDisableMsanInterceptorChecks() { in ScopedDisableMsanInterceptorChecks() function
170 ~ScopedDisableMsanInterceptorChecks() { in ~ScopedDisableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp177 ScopedDisableMsanInterceptorChecks S; in DumpCurrentUnit()
271 ScopedDisableMsanInterceptorChecks S; // RmDirRecursive may call opendir(). in InterruptCallback()
H A DFuzzerDriver.cpp232 ScopedDisableMsanInterceptorChecks S; in WorkerThread()