Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp50 int hwasan_instrumentation_inited = 0; variable
313 if (hwasan_instrumentation_inited) return; in InitInstrumentation()
325 hwasan_instrumentation_inited = 1; in InitInstrumentation()