Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h114 extern int hwasan_inited;
143 if (hwasan_inited) \
150 if (hwasan_inited) \
230 if (!hwasan_inited) { \
H A Dhwasan.cpp49 int hwasan_inited = 0; variable
356 if (hwasan_inited) return; in __hwasan_init()
414 hwasan_inited = 1; in __hwasan_init()
H A Dhwasan_allocation_functions.cpp25 static bool UseImpl() { return !hwasan_inited; } in UseImpl()
H A Dhwasan_interceptors.cpp166 # define COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED (!hwasan_inited)