Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan.h37 void dfsan_clear_thread_local_state();
Ddfsan.cpp829 void dfsan_clear_thread_local_state() { in dfsan_clear_thread_local_state() function
Ddfsan_custom.cpp1601 ~ScopedClearThreadLocalState() { dfsan_clear_thread_local_state(); } in ~ScopedClearThreadLocalState()