Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_flags.cc31 return (&__asan_default_options) ? __asan_default_options() : ""; in MaybeCallAsanDefaultOptions()
177 const char* __asan_default_options() { return ""; } in __asan_default_options() function
Dasan_interface_internal.h157 /* OPTIONAL */ const char* __asan_default_options();
/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp107 const char *asan_default_options = __asan_default_options(); in InitializeFlags()
208 SANITIZER_INTERFACE_WEAK_DEF(const char*, __asan_default_options, void) { in SANITIZER_INTERFACE_WEAK_DEF() argument
Dasan_interface.inc168 INTERFACE_WEAK_FUNCTION(__asan_default_options)
Dasan_interface_internal.h177 const char *__asan_default_options();
/external/compiler-rt/test/asan/TestCases/Windows/
Ddefault_options.cc11 const char *__asan_default_options() { in __asan_default_options() function
/external/llvm-project/compiler-rt/test/asan/TestCases/
Ddefault_options.cpp11 const char *__asan_default_options() { in __asan_default_options() function
/external/compiler-rt/test/asan/TestCases/
Ddefault_options.cc8 const char *__asan_default_options() { in __asan_default_options() function
/external/compiler-rt/lib/asan/tests/
Dasan_test_main.cc18 extern "C" const char* __asan_default_options() { in __asan_default_options() function
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_test_main.cpp16 extern "C" const char* __asan_default_options() { in __asan_default_options() function
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dno-fd.cpp18 extern "C" const char *__asan_default_options() { in __asan_default_options() function
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Ddo-not-instrument-sanitizers.ll9 define void @__asan_default_options(i32* %a) sanitize_address {
/external/compiler-rt/include/sanitizer/
Dasan_interface.h128 const char* __asan_default_options();
/external/llvm-project/compiler-rt/include/sanitizer/
Dasan_interface.h276 const char* __asan_default_options(void);
/external/python/cpython3/android/
Dlauncher_main.cpp43 const char *__asan_default_options() { in __asan_default_options() function
/external/oss-fuzz/projects/libpng-proto/
Dlibpng_transforms_fuzzer.cc136 extern "C" const char *__asan_default_options() { in __asan_default_options() function
/external/python/cpython2/Modules/
Dmain.c153 const char *__asan_default_options() { in __asan_default_options() function
/external/e2fsprogs/misc/
Dmke2fs.c2903 const char *__asan_default_options() in __asan_default_options() function