Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dlink_turned_off.cpp13 int __attribute__((used)) __lsan_is_turned_off() { in __lsan_is_turned_off() function
/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp81 int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp
/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp37 LLVM_ATTRIBUTE_USED int __lsan_is_turned_off() { return 1; } in __lsan_is_turned_off() function
/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
/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp595 int __lsan_is_turned_off() { return 1; } __lsan_is_turned_off() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp1099 SANITIZER_INTERFACE_WEAK_DEF(int,__lsan_is_turned_off,void) SANITIZER_INTERFACE_WEAK_DEF() argument