Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_flags_test.cpp189 cf.log_path = "path/one"; in TEST()
195 EXPECT_STREQ("path/two", cf.log_path); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_init.cpp47 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan.cpp83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/openbsd/src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp358 const char *log_path = getenv("FileDescriptorLogFile"); in get_logging_fd() local
359 if (log_path) in get_logging_fd()
360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
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\").")
Dsanitizer_fuchsia.cpp489 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_path()
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Doptions.inc76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DSATestBuild.py540 log_path = os.path.join(fail_path, file_name + ".stderr.txt")
541 with open(log_path, "w+") as log_file:
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_rtl.cpp425 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan.cpp356 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan.cpp455 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp718 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
/openbsd/src/gnu/llvm/clang/docs/
DUndefinedBehaviorSanitizer.rst248 file, you can set ``UBSAN_OPTIONS=log_path=...``.