Searched refs:out_dir (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | sysroot.py | 11 def make_fake_sysroot(out_dir): argument 19 os.mkdir(out_dir) 27 os.mkdir(os.path.join(out_dir, 'Windows Kits')) 28 mkjunction(os.path.join(out_dir, 'Windows Kits', '10'), winsdk) 37 mkjunction(os.path.join(out_dir, 'VC'), 41 mkjunction(os.path.join(out_dir, 'DIA SDK'), 50 os.mkdir(out_dir) 59 os.symlink(sdkpath, os.path.join(out_dir, os.path.basename(sdkpath))) 61 os.symlink('/', out_dir) 64 abs_out_dir = os.path.abspath(out_dir) [all …]
|
| H A D | collect_and_build_with_pgo.py | 37 def _run_benchmark(env, out_dir, include_debug_info): argument 47 _build_things_in(env, out_dir, what=['check-llvm', 'check-clang']) 52 env, out_dir, skip_tablegens=False) 208 def _get_cmake_invocation_for_bootstrap_from(env, out_dir, argument 210 clang = os.path.join(out_dir, 'bin', 'clang') 218 path = os.path.join(out_dir, 'bin', binary) 372 if args.out_dir is None: 375 output_dir = os.path.abspath(args.out_dir)
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/ |
| H A D | ear.c | 417 char const *const out_dir = initial_env[0]; in bear_report_call() local 418 size_t const path_max_length = strlen(out_dir) + 32; in bear_report_call() 421 snprintf(filename, path_max_length, "%s/%d.cmd", out_dir, getpid())) { in bear_report_call()
|