Home
last modified time | relevance | path

Searched defs:output_dir (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py132 def bug_summary(output_dir, bug_counter): argument
209 def bug_report(output_dir, prefix): argument
271 def crash_report(output_dir, prefix): argument
324 def read_crashes(output_dir): argument
333 def read_bugs(output_dir, html): argument
360 def merge_sarif_files(output_dir, sort_files=False): argument
583 def prettify_bug(prefix, output_dir): argument
598 def prettify_crash(prefix, output_dir): argument
612 def copy_resource_files(output_dir): argument
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTAIXUtils.cmake30 set(output_dir "${CMAKE_CURRENT_BINARY_DIR}/${libname}-${arch}.dir") global() variable
52 set(output_dir "") global() variable
58 set(output_dir "${LLVM_LIBRARY_OUTPUT_INTDIR}") global() variable
[all...]
H A DAddCompilerRT.cmake495 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) global() variable
497 set(output_dir "${output_dir}/${TEST_SUBDIR}") global() variable
499 set(output_dir "${output_dir}/${CMAKE_CFG_INTDIR}") global() variable
[all...]
/llvm-project/llvm/utils/mlgo-utils/tests/corpus/
H A Dmake_corpus_test.py41 def test_copy_bitcode(directory, output_dir): argument
52 def test_write_corpus_manifest(output_dir): argument
/llvm-project/llvm/tools/opt-viewer/
H A Dopt-viewer.py51 def __init__(self, source_dir, output_dir, filename, no_highlight): argument
230 self, output_dir, should_display_hotness, max_hottest_remarks_on_index argument
289 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_): argument
319 output_dir, argument
/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake11 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable
/llvm-project/libcxx/test/
H A DCMakeLists.txt58 set(output_dir "${CMAKE_CURRENT_BINARY_DIR}/coverage") global() variable
/llvm-project/llvm/utils/gn/
H A Dget.py11 def download_and_unpack(url, output_dir, gn): argument
/llvm-project/libc/newhdrgen/tests/
H A Dtest_integration.py
/llvm-project/compiler-rt/include/
H A DCMakeLists.txt66 set(output_dir ${COMPILER_RT_OUTPUT_DIR}/include) global() variable
/llvm-project/libc/newhdrgen/
H A Dyaml_to_classes.py
/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake2183 set(output_dir lib${LLVM_LIBDIR_SUFFIX}) global() variable
2185 set(output_dir "${CMAKE_INSTALL_BINDIR}") global() variable
2232 set(output_dir "${${project}_TOOLS_INSTALL_DIR}") global() variable
/llvm-project/llvm/utils/
H A Dcollect_and_build_with_pgo.py128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args, dry_run): argument
[all...]
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp313 ObjectDumper(FileSpec output_dir) GetRunnableInfo() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc212 FilePath output_dir(output_file_path.RemoveFileName()); in OpenFileForWriting() local