Home
last modified time | relevance | path

Searched refs:find_executable (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dextract.py33 return distutils.spawn.find_executable('nm')
122 return distutils.spawn.find_executable('readelf')
203 return distutils.spawn.find_executable('dump')
H A Dutil.py63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
/openbsd/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check82 def find_executable(executable, path=None): function
127 parser.add_option("--cc", default=find_executable("cc"),
129 parser.add_option("--cxx", default=find_executable("c++"),
173 options.cc = find_executable(options.cc)
174 options.cxx = find_executable(options.cxx)
564 program = find_executable("make")
H A Dupdate_cc_test_checks.py143 def find_executable(executable): function
178 if not find_executable(args.clang):
194 if not find_executable(args.opt):
/openbsd/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py21 from distutils.spawn import find_executable
46 cmd = find_executable(cmd_path)
51 cmd = find_executable(cmd_name, path=cmd_dir)
/openbsd/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py31 from distutils.spawn import find_executable
158 logging.debug('addr2line binary is %s' % find_executable(addr2line_tool))
/openbsd/usr.sbin/unbound/
H A Dltmain.sh5908 char *find_executable (const char *wrapper);
6050 tmp_pathspec = find_executable (argv[0]);
6252 find_executable (const char *wrapper)
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog39 (find_executable): New function.