Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h165 struct ScopedDisableMsanInterceptorChecks { struct
166 ScopedDisableMsanInterceptorChecks() { in ScopedDisableMsanInterceptorChecks() argument
170 ~ScopedDisableMsanInterceptorChecks() { in ~ScopedDisableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp179 ScopedDisableMsanInterceptorChecks S; in DumpCurrentUnit()
268 ScopedDisableMsanInterceptorChecks S; // RmDirRecursive may call opendir(). in InterruptCallback()