Home
last modified time | relevance | path

Searched refs:__asan_default_options (Results 1 – 7 of 7) 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/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/lib/asan/tests/
Dasan_test_main.cc18 extern "C" const char* __asan_default_options() { in __asan_default_options() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Ddo-not-instrument-sanitizers.ll8 define void @__asan_default_options(i32* %a) sanitize_address {
/external/compiler-rt/include/sanitizer/
Dasan_interface.h128 const char* __asan_default_options();