Home
last modified time | relevance | path

Searched refs:__sanitizer_set_report_path (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp188 __sanitizer_set_report_path(__memprof_profile_filename); in MemprofInitInternal()
190 __sanitizer_set_report_path(common_flags()->log_path); in MemprofInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp47 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interface.inc17 INTERFACE_FUNCTION(__sanitizer_set_report_path)
H A Dsanitizer_interface_internal.h26 void __sanitizer_set_report_path(const char *path);
H A Dsanitizer_file.cpp239 void __sanitizer_set_report_path(const char *path) { in __sanitizer_set_report_path() function
H A Dsanitizer_fuchsia.cpp549 void __sanitizer_set_report_path(const char *path) { in __sanitizer_set_report_path() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp431 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp458 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp368 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp719 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()