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

/external/llvm/lib/Fuzzer/
H A DFuzzerSanitizerOptions.cpp17 extern "C" const char *__asan_default_options() { function
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddefault_options.cc11 const char *__asan_default_options() { function
/external/compiler-rt/test/asan/TestCases/
H A Ddefault_options.cc8 const char *__asan_default_options() { function
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_main.cc18 extern "C" const char* __asan_default_options() { function
/external/compiler-rt/lib/asan/
H A Dasan_flags.cc31 return (&__asan_default_options) ? __asan_default_options() : "";
169 const char* __asan_default_options() { return ""; } function
H A Dasan_interface_internal.h148 /* OPTIONAL */ const char* __asan_default_options();
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h128 const char* __asan_default_options();
/external/v8/build/sanitizers/
H A Dsanitizer_options.cc91 SANITIZER_HOOK_ATTRIBUTE const char *__asan_default_options() { function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
H A Dasan_interface.h128 const char* __asan_default_options();

Completed in 283 milliseconds