Home
last modified time | relevance | path

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

/llvm-project/llvm/test/Transforms/PGOProfile/Inputs/
H A Dupdate_memprof_inputs.sh83 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof.exe > ${OUTDIR}/memprof.memprofraw
87 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof.nocolinfo.exe > ${OUTDIR}/memprof.nocolinfo.memprofraw
112 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof_internal_linkage.exe > ${OUTDIR}/memprof_internal_linkage.memprofraw
139 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof_loop_unroll.exe > ${OUTDIR}/memprof_loop_unroll.memprofraw
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/
H A DTestDebugIndexCache.py25 def get_stats(self, log_path=None): argument
32 if log_path is not None:
33 f = open(log_path, "w")
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp189 cf.log_path = "path/one"; in TEST()
195 EXPECT_STREQ("path/two", cf.log_path); in TEST()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp189 if (__memprof_profile_filename[0] != 0 && !common_flags()->log_path) in MemprofInitInternal()
192 __sanitizer_set_report_path(common_flags()->log_path); in MemprofInitInternal()
/llvm-project/clang/test/CodeGen/Inputs/
H A Dupdate_memprof_inputs.sh17 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof.exe > ${OUTDIR}/memprof.memprofraw
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp46 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dlog_path_fork_test.cc.disabled4 // RUN: %env_asan_opts=log_path='"%t.log"':verbosity=1 not %run %t 2> %t.out
/llvm-project/llvm/test/tools/llvm-profdata/Inputs/
H A Dupdate_memprof_inputs.sh265 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/${name}.memprofexe > ${OUTDIR}/${name}.memprofraw
282 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/${name}.memprofexe > ${OUTDIR}/${name}.memprofraw
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A 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()
/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.cpp555 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_fd()
/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
/llvm-project/clang/utils/analyzer/
H A DSATestBuild.py563 log_path = os.path.join(fail_path, file_name + ".stderr.txt")
564 with open(log_path, "w+") as log_file:
/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp431 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/llvm-project/lldb/source/Core/
H A DDebugger.cpp958 llvm::StringRef log_path = entry.first(); in Clear()
959 llvm::StringRef file_name = llvm::sys::path::filename(log_path); in Clear()
962 llvm::sys::fs::copy_file(log_path, destination.GetPath()); in Clear()
924 llvm::StringRef log_path = entry.first(); Debugger() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp458 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp366 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp720 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
/llvm-project/clang/docs/
H A DUndefinedBehaviorSanitizer.rst289 file, you can set ``UBSAN_OPTIONS=log_path=...``.