| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_from_cmd.py | 18 def run_analyzer(outdir, args, cmd): argument 27 self.assertTrue(os.path.isdir(outdir)) 33 self.assertFalse(os.path.isdir(outdir)) 39 self.assertTrue(os.path.isdir(outdir)) 51 outdir = check_call_and_report( 61 outdir = check_call_and_report( 72 outdir = check_call_and_report( 91 outdir = check_call_and_report( 98 outdir = check_call_and_report( 105 outdir = check_call_and_report( [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | findmisopt | 53 outdir="$2" 61 ll="$outdir/${name}.ll" 62 s="$outdir/${name}.s" 63 prog="$outdir/${name}" 64 out="$outdir/${name}.out" 65 optbc="$outdir/${name}.opt.bc" 67 opts="$outdir/${name}.opt.s" 68 optprog="$outdir/${name}.opt" 83 if [ -f "$outdir" ] ; then 88 if [ ! -d "$outdir" ] ; then [all …]
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | LLVMInstallSymlink.cmake | 7 function(install_symlink name target outdir) 9 if(NOT IS_ABSOLUTE "${outdir}") 10 set(outdir "${CMAKE_INSTALL_PREFIX}/${outdir}") variable 12 set(outdir "${DESTDIR}${outdir}") variable 18 WORKING_DIRECTORY "${outdir}" ERROR_VARIABLE has_err) 22 WORKING_DIRECTORY "${outdir}")
|
| H A D | AddLLVM.cmake | 1560 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1561 set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir}) 1592 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 1593 set_output_directory(${benchmark_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
|
| /llvm-project-15.0.7/clang/test/VFS/ |
| H A D | umbrella-framework-import-skipnonexist.m | 4 // RUN: mkdir -p %t/vdir %t/outdir %t/cache 5 // RUN: cp -R %S/Inputs/Bar.framework %t/outdir/ 7 // RUN: sed -e "s@VDIR@%{/t:regex_replacement}/vdir@g" -e "s@OUT_DIR@%{/t:regex_replacement}/outdir… 8 // RUN: rm -f %t/outdir/Bar.framework/Headers/B.h
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | link-open-file.test | 49 outdir = os.path.basename(__file__) + '.dir' 50 if os.path.exists(outdir): 51 shutil.rmtree(outdir) 52 os.makedirs(outdir) 55 elf = os.path.join(outdir, 'output_file.elf') 66 deleted = lambda: len(os.listdir(outdir)) == 1
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | relative-original-dir.m | 4 …odule-name=libA -emit-module %t/normal-module-map/module.map -o %t/normal-module-map/outdir/mod.pcm 5 // RUN: llvm-bcanalyzer --dump --disable-histogram %t/normal-module-map/outdir/mod.pcm | FileCheck … 7 // CHECK: <ORIGINAL_PCH_DIR abbrevid=7/> blob data = 'outdir'
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/ |
| H A D | CMakeLists.txt | 6 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 7 set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
|
| /llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/ |
| H A D | CMakeLists.txt | 33 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable 34 set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
|
| /llvm-project-15.0.7/lldb/test/Shell/helper/ |
| H A D | build.py | 226 self.outdir = args.outdir 246 output = os.path.join(self.outdir, basename) 758 if not args.outdir: 760 args.outdir = os.path.dirname(args.output) 762 args.outdir = os.path.dirname(args.inputs[0]) 763 args.outdir = os.path.abspath(args.outdir) 764 args.outdir = os.path.normpath(args.outdir) 770 args.output = os.path.join(args.outdir, args.output) 784 print(' Outdir: ' + args.outdir)
|
| /llvm-project-15.0.7/lldb/test/Shell/BuildScript/ |
| H A D | script-args.test | 3 RUN: %build -n --verbose --arch=32 --mode=compile --compiler=any --outdir %t foo.c bar.c \
|
| H A D | modes.test | 4 RUN: %build -n --verbose --arch=32 --mode=compile --compiler=any --outdir %t foo.c bar.c \
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | CMakeLists.txt | 372 extend_path(outdir "${CMAKE_INSTALL_PREFIX}" "${OPENMP_INSTALL_LIBDIR}") 374 \"${alias}${CMAKE_STATIC_LIBRARY_SUFFIX}\" WORKING_DIRECTORY \"${outdir}\")") 384 extend_path(outdir "${CMAKE_INSTALL_PREFIX}" "${OPENMP_INSTALL_LIBDIR}") 387 \"\$ENV{DESTDIR}${outdir}\")")
|
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | CMakeLists.txt | 11 -outdir ${CMAKE_CURRENT_BINARY_DIR}
|
| /llvm-project-15.0.7/llvm/test/Analysis/IRSimilarityIdentifier/ |
| H A D | debug-inst-starts-block.ll | 66 !3 = !DIFile(filename: "41097217.c", directory: "rt.outdir")
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 124 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument 128 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | CMakeLists.txt | 15 -outdir ${CMAKE_CURRENT_BINARY_DIR}
|