Lines Matching defs:dry_run
128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args, dry_run):
133 self.dry_run = dry_run
160 # with dry_run.
164 if self.dry_run:
215 if env.dry_run or os.path.exists(path):
231 if not env.dry_run:
253 if env.dry_run:
287 if not env.dry_run and not os.path.exists(profdata_file):
400 dry_run=args.dry_run,