Searched refs:__asan_default_options (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Ddefault_options.cc4 // __asan_default_options() are not supported on Windows.
11 const char *__asan_default_options() { function
12 // CHECK: Using the defaults from __asan_default_options: {{.*}} foo=bar
/external/chromium_org/build/sanitizers/
H A Dsanitizer_options.cc80 const char *__asan_default_options() { function
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h131 const char* __asan_default_options();
/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h120 /* OPTIONAL */ const char* __asan_default_options();
H A Dasan_rtl.cc80 return (&__asan_default_options) ? __asan_default_options() : "";
289 VReport(1, "Using the defaults from __asan_default_options: %s\n",
728 const char* __asan_default_options() { return ""; } function
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc37 const char* __asan_default_options() { function
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_linux.cc385 // __asan_default_options should not be instrumented, because it is called
393 const char* __asan_default_options() { function

Completed in 836 milliseconds