Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp728 static dfsan_reaches_function_callback_t reaches_function_callback = nullptr; variable
737 if (reaches_function_callback == nullptr) { in ReachesFunctionCallback()
753 reaches_function_callback(label, origin, file, line, function); in ReachesFunctionCallback()
774 __dfsan::reaches_function_callback = callback; in dfsan_set_reaches_function_callback()