Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDlsan_interface.h68 int SANITIZER_CDECL __lsan_is_turned_off(void);
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
HDLLDBTableGen.cpp81 int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDTableGen.cpp98 LLVM_ATTRIBUTE_USED int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.h337 int __lsan_is_turned_off();
HDlsan_common.cpp765 if (&__lsan_is_turned_off && __lsan_is_turned_off()) { in CheckForLeaks()
1099 SANITIZER_INTERFACE_WEAK_DEF(int, __lsan_is_turned_off, void) { in SANITIZER_INTERFACE_WEAK_DEF() argument
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDTableGen.cpp595 int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function