reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
   26   void __sanitizer_set_report_path(const char *path);

References

projects/compiler-rt/lib/asan/asan_rtl.cpp
  437   __sanitizer_set_report_path(common_flags()->log_path);
projects/compiler-rt/lib/hwasan/hwasan.cpp
  367   __sanitizer_set_report_path(common_flags()->log_path);
projects/compiler-rt/lib/lsan/lsan.cpp
   87   __sanitizer_set_report_path(common_flags()->log_path);
projects/compiler-rt/lib/msan/msan.cpp
  411   __sanitizer_set_report_path(common_flags()->log_path);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  394   __sanitizer_set_report_path(common_flags()->log_path);
projects/compiler-rt/lib/ubsan/ubsan_init.cpp
   40   __sanitizer_set_report_path(common_flags()->log_path);