Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_flags.cc31 return (&__asan_default_options) ? __asan_default_options() : ""; in MaybeCallAsanDefaultOptions()
176 const char* __asan_default_options() { return ""; } in __asan_default_options() function
Dasan_interface_internal.h146 /* OPTIONAL */ const char* __asan_default_options();
/external/llvm/lib/Fuzzer/
DFuzzerSanitizerOptions.cpp16 extern "C" 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/test/asan/TestCases/Windows/
Ddefault_options.cc11 const char *__asan_default_options() { in __asan_default_options() function
/external/compiler-rt/include/sanitizer/
Dasan_interface.h132 const char* __asan_default_options();