| /llvm-project-15.0.7/clang/test/Analysis/scan-build/ |
| H A D | silence-core-checkers.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -o %t.output_dir \ 9 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 10 RUN: %scan-build -o %t.output_dir \ 15 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 16 RUN: %scan-build -o %t.output_dir \ 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 22 RUN: %scan-build -o %t.output_dir \
|
| H A D | deduplication.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -o %t.output_dir \ 10 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES 12 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 13 RUN: %scan-build -o %t.output_dir \ 19 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 22 RUN: %scan-build -o %t.output_dir \ 28 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES
|
| H A D | exclude_directories.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -o %t.output_dir %clang -S \ 20 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 21 RUN: %scan-build -o %t.output_dir --exclude directory1 %clang -S \ 30 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 31 RUN: %scan-build -o %t.output_dir --exclude directory1 --exclude directory2 %clang -S \
|
| H A D | html_output.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \ 15 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES 24 RUN: cat %t.output_dir/*/index.html \ 30 RUN: cat %t.output_dir/*/report-*.html \
|
| H A D | plist_output.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -plist -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \ 15 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES 20 RUN: cat %t.output_dir/*/report-*.plist \
|
| H A D | plist_html_output.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: %scan-build -plist-html -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \ 17 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | CompilerRTAIXUtils.cmake | 36 set(output_dir "${CMAKE_CURRENT_BINARY_DIR}/${libname}-${arch}.dir") variable 42 file(MAKE_DIRECTORY ${output_dir}) 43 add_custom_command(OUTPUT "${output_dir}/libatomic.so.1" 47 "${output_dir}/libatomic.so.1" 51 "${output_dir}/libatomic.so.1" 53 list(APPEND objects_to_archive "${output_dir}/libatomic.so.1") 58 set(output_dir "") variable 64 set(output_dir "${LLVM_LIBRARY_OUTPUT_INTDIR}") variable 70 add_custom_command(OUTPUT "${output_dir}/${libname}.a" 74 install(FILES "${output_dir}/${libname}.a" [all …]
|
| H A D | AddCompilerRT.cmake | 5 function(set_target_output_directories target output_dir) 15 "ARCHIVE_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}" ${output_dir} 16 "LIBRARY_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}" ${output_dir} 21 ARCHIVE_OUTPUT_DIRECTORY ${output_dir} 22 LIBRARY_OUTPUT_DIRECTORY ${output_dir} 23 RUNTIME_OUTPUT_DIRECTORY ${output_dir}) 498 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable 500 set(output_dir "${output_dir}/${TEST_SUBDIR}") variable 502 set(output_dir "${output_dir}/${CMAKE_CFG_INTDIR}") variable 503 file(MAKE_DIRECTORY "${output_dir}") [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/scan-build/rebuild_index/ |
| H A D | rebuild_index.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 5 RUN: cp %S/report-1.html %t.output_dir 6 RUN: cp %S/report-2.html %t.output_dir 7 RUN: mkdir %t.output_dir/subdirectory 8 RUN: cp %S/subdirectory/report-3.html %t.output_dir/subdirectory 10 RUN: %scan-build --generate-index-only %t.output_dir 12 RUN: ls %t.output_dir | FileCheck -check-prefix CHECK-FILES %s 21 RUN: ls %t.output_dir/subdirectory | FileCheck -check-prefix CHECK-SUB %s 25 RUN: cat %t.output_dir/index.html | FileCheck -check-prefix CHECK-INDEX %s
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 342 output_dir = self.get_output_dir() 344 self.build(project_dir, output_dir) 345 check_build(output_dir) 375 remove_log_file(output_dir) 378 if os.path.exists(output_dir): 381 shutil.rmtree(output_dir) 715 def check_build(output_dir: str): 727 clean_up_empty_plists(output_dir) 728 clean_up_empty_folders(output_dir) 769 remove_log_file(output_dir) [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | report.py | 116 def bug_summary(output_dir, bug_counter): argument 168 def bug_report(output_dir, prefix): argument 171 pretty = prettify_bug(prefix, output_dir) 215 def crash_report(output_dir, prefix): argument 218 pretty = prettify_crash(prefix, output_dir) 253 def read_crashes(output_dir): argument 261 def read_bugs(output_dir, html): argument 286 def merge_sarif_files(output_dir, sort_files=False): argument 496 def prettify_bug(prefix, output_dir): argument 511 def prettify_crash(prefix, output_dir): argument [all …]
|
| /llvm-project-15.0.7/llvm/tools/opt-viewer/ |
| H A D | opt-viewer.py | 46 def __init__(self, source_dir, output_dir, filename, no_highlight): argument 194 def __init__(self, output_dir, should_display_hotness, max_hottest_remarks_on_index): argument 195 self.stream = io.open(os.path.join(output_dir, 'index.html'), 'w', encoding='utf-8') 239 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_): argument 243 SourceFileRenderer(source_dir, output_dir, filename, no_highlight).render(remarks) 264 output_dir, argument 271 os.makedirs(output_dir) 273 if e.errno == errno.EEXIST and os.path.isdir(output_dir): 287 "style.css"), output_dir) 289 …_render_file_bound = functools.partial(_render_file, source_dir, output_dir, context, no_highlight) [all …]
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | CMakeLists.txt | 32 function(create_relative_symlink swig_target dest_file output_dir output_name) 34 get_filename_component(output_dir ${output_dir} ABSOLUTE) 35 file(RELATIVE_PATH rel_dest_file ${output_dir} ${dest_file}) 43 WORKING_DIRECTORY ${output_dir})
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/quality/ |
| H A D | CompletionModel.cmake | 11 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable 12 set(header_file ${output_dir}/${filename}.h) 13 set(cpp_file ${output_dir}/${filename}.cpp) 18 --output_dir ${output_dir}
|
| H A D | CompletionModelCodegen.py | 286 output_dir = ns.output_dir 288 header_file = "%s/%s.h" % (output_dir, filename) 289 cpp_file = "%s/%s.cpp" % (output_dir, filename)
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | collect_and_build_with_pgo.py | 128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args, argument 132 self.output_dir = output_dir 148 return os.path.join(self.output_dir, name) 277 target_dir = os.path.join(env.output_dir, 'instrumented') 300 target_dir = os.path.join(env.output_dir, 'optimized') 373 output_dir = os.path.join(llvm_dir, 'out') 375 output_dir = os.path.abspath(args.out_dir) 396 output_dir=output_dir, 403 profile_location = os.path.join(env.output_dir, 'pgo_profile.prof')
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 78 output_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "trace_save") 79 self.expect("trace save " + output_dir) 91 cpu_files_prefix = os.path.join(output_dir, "cpus", str(cpu["id"])) 104 original_trace_session_file = os.path.join(output_dir, "trace.json") 107 output_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "trace_save") 108 self.expect("trace load " + os.path.join(output_dir, "trace.json"))
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | test_debuginfo.pl | 26 my $output_dir = dirname $executable_file; 28 my $debugger_script_file = "$output_dir/$input_filename.debugger.script"; 29 my $output_file = "$output_dir/$input_filename.gdb.output";
|
| /llvm-project-15.0.7/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 76 outputs = [ "{{output_dir}}/{{target_output_name}}.a" ] 103 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 118 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 132 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 143 # setting output_dir. 304 outputs = [ "{{output_dir}}/{{target_output_name}}.lib" ] 313 outprefix = "{{output_dir}}/{{target_output_name}}" 340 outprefix = "{{output_dir}}/{{target_output_name}}" 349 # No default_output_dir, all clients set output_dir. 353 outprefix = "{{output_dir}}/{{target_output_name}}" [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/asan/ |
| H A D | BUILD.gn | 165 output_dir = crt_current_out_dir 200 output_dir = crt_current_out_dir 218 output_dir = crt_current_out_dir 229 output_dir = crt_current_out_dir 237 output_dir = crt_current_out_dir 246 output_dir = crt_current_out_dir 264 output_dir = crt_current_out_dir
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/utils/unittest/ |
| H A D | unittest.gni | 23 assert(!defined(invoker.output_dir), "cannot set unittest output_dir") 43 # If you change output_dir here, look through 45 output_dir = target_out_dir
|
| /llvm-project-15.0.7/libcxx/cmake/Modules/ |
| H A D | CodeCoverage.cmake | 18 function(setup_lcov_test_target_coverage target_name output_dir capture_dirs source_dirs) 27 file(MAKE_DIRECTORY ${output_dir}) 48 WORKING_DIRECTORY ${output_dir}
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/ |
| H A D | BUILD.gn | 90 output_dir = crt_current_out_dir 102 output_dir = crt_current_out_dir 114 output_dir = crt_current_out_dir 131 output_dir = crt_current_out_dir
|
| /llvm-project-15.0.7/llvm/utils/gn/ |
| H A D | get.py | 11 def download_and_unpack(url, output_dir, gn): argument 17 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/msan/ |
| H A D | BUILD.gn | 7 output_dir = crt_current_out_dir 56 output_dir = crt_current_out_dir
|