Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp187 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) 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/lsan/
H A Dlsan.cpp83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc55 const char *, log_path, nullptr,
56 "Write logs to \"log_path.pid\". The special values are \"stdout\" and "
61 "append executable name to logs (as in \"log_path.exe_name.pid\").")
H A Dsanitizer_fuchsia.cpp552 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
/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/lldb/source/Core/
H A DDebugger.cpp924 llvm::StringRef log_path = entry.first(); in Debugger() local
925 llvm::StringRef file_name = llvm::sys::path::filename(log_path); in Debugger()
928 llvm::sys::fs::copy_file(log_path, destination.GetPath()); in Debugger()
/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()