Home
last modified time | relevance | path

Searched defs:__lsan_is_turned_off (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp81 int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp98 LLVM_ATTRIBUTE_USED int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp34 LLVM_ATTRIBUTE_USED int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp605 int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp1099 SANITIZER_INTERFACE_WEAK_DEF(int, __lsan_is_turned_off, void) { in SANITIZER_INTERFACE_WEAK_DEF() argument