Lines Matching defs:which
4 Tests for lldb are written as python scripts which take advantage of the script
8 a module which implements a test scenario, namely, Test*.py.
58 def which(program):
248 configuration.compiler = which(args.compiler)
265 if which(candidate):
280 configuration.filecheck = shutil.which("FileCheck", path=args.llvm_tools_dir)
281 configuration.yaml2obj = shutil.which("yaml2obj", path=args.llvm_tools_dir)
383 lldbtest_config.lldbExec = which(args.executable)
530 lldbtest_config.lldbExec = which("lldb")
582 " 3) A different version of Python than that which was built against is exported in"
752 if which(c):