/llvm-project/llvm/test/Transforms/PGOProfile/Inputs/ |
H A D | update_memprof_inputs.sh | 83 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 D | TestDebugIndexCache.py | 25 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 D | sanitizer_flags_test.cpp | 189 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 D | memprof_rtl.cpp | 189 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 D | update_memprof_inputs.sh | 17 env MEMPROF_OPTIONS=log_path=stdout ${OUTDIR}/memprof.exe > ${OUTDIR}/memprof.memprofraw
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_init.cpp | 46 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | log_path_fork_test.cc.disabled | 4 // 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 D | update_memprof_inputs.sh | 265 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 D | lsan.cpp | 83 __sanitizer_set_report_path(common_flags()->log_path); in InitializeFlags()
|
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/ |
H A D | FDInterposing.cpp | 358 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 D | sanitizer_flags.inc | 55 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 D | sanitizer_fuchsia.cpp | 555 DCHECK_EQ(path, common_flags()->log_path); in __sanitizer_set_report_fd()
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.inc | 76 // setuid ASan log_path exploits: https://www.exploit-db.com/exploits/46241.
|
/llvm-project/clang/utils/analyzer/ |
H A D | SATestBuild.py | 563 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 D | asan_rtl.cpp | 431 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 958 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 D | msan.cpp | 458 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan.cpp | 366 __sanitizer_set_report_path(common_flags()->log_path); in __hwasan_init()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 720 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
|
/llvm-project/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 289 file, you can set ``UBSAN_OPTIONS=log_path=...``.
|