Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h84 void SANITIZER_CDECL dfsan_flush(void);
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt29 fun:dfsan_flush=uninstrumented
30 fun:dfsan_flush=discard
H A Ddfsan.cpp1074 extern "C" void dfsan_flush() { in dfsan_flush() function