Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py116 def bug_summary(output_dir, bug_counter): argument
168 def bug_report(output_dir, prefix): argument
215 def crash_report(output_dir, prefix): argument
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
525 def copy_resource_files(output_dir): argument
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTAIXUtils.cmake36 set(output_dir "${CMAKE_CURRENT_BINARY_DIR}/${libname}-${arch}.dir") variable
58 set(output_dir "") variable
64 set(output_dir "${LLVM_LIBRARY_OUTPUT_INTDIR}") variable
H A DAddCompilerRT.cmake504 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable
506 set(output_dir "${output_dir}/${TEST_SUBDIR}") variable
508 set(output_dir "${output_dir}/${CMAKE_CFG_INTDIR}") variable
/openbsd-src/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-viewer.py46 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
239 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_): argument
264 output_dir, argument
/openbsd-src/gnu/llvm/llvm/utils/gn/
H A Dget.py11 def download_and_unpack(url, output_dir, gn): argument
/openbsd-src/gnu/llvm/compiler-rt/include/
H A DCMakeLists.txt58 set(output_dir ${COMPILER_RT_OUTPUT_DIR}/include) variable
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A DCMakeLists.txt286 set(output_dir ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION_MAJOR}/include) variable
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake2046 set(output_dir lib${LLVM_LIBDIR_SUFFIX}) variable
2048 set(output_dir "${CMAKE_INSTALL_BINDIR}") variable
2089 set(output_dir "${${project}_TOOLS_INSTALL_DIR}") variable
/openbsd-src/gnu/llvm/llvm/utils/
H A Dcollect_and_build_with_pgo.py128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args, argument
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp314 ObjectDumper(FileSpec output_dir) : m_out_dir(output_dir) {} in GetRunnableInfo()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c3456 output_dir (update_dir, repository) in output_dir() function