Home
last modified time | relevance | path

Searched refs:__ubsan_default_options (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_flags.cc24 return (&__ubsan_default_options) ? __ubsan_default_options() : ""; in MaybeCallUbsanDefaultOptions()
74 const char *__ubsan_default_options() { return ""; } in __ubsan_default_options() function
Dubsan_flags.h46 const char *__ubsan_default_options();
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_flags.cpp65 parser.ParseString(__ubsan_default_options()); in InitializeFlags()
76 SANITIZER_INTERFACE_WEAK_DEF(const char *, __ubsan_default_options, void) { in SANITIZER_INTERFACE_WEAK_DEF() argument
Dubsan_flags.h43 const char *__ubsan_default_options();
Dubsan_interface.inc59 INTERFACE_WEAK_FUNCTION(__ubsan_default_options)
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/
Dubsan_options.cc9 extern "C" const char *__ubsan_default_options() { in __ubsan_default_options() function
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/
Dubsan_options.cpp9 extern "C" const char *__ubsan_default_options() { in __ubsan_default_options() function
/external/llvm-project/compiler-rt/include/sanitizer/
Dubsan_interface.h26 const char* __ubsan_default_options(void);
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cpp90 const char *ubsan_default_options = __ubsan_default_options(); in InitializeFlags()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp110 const char *ubsan_default_options = __ubsan_default_options(); in InitializeFlags()
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp382 const char *ubsan_default_options = __ubsan_default_options(); in InitializeFlags()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp115 const char *ubsan_default_options = __ubsan_default_options(); in InitializeFlags()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan.cpp177 const char *ubsan_default_options = __ubsan_default_options(); in InitializeFlags()