Searched refs:UsePhonyTargets (Results 1 – 6 of 6) sorted by relevance
27 unsigned UsePhonyTargets : 1; ///< Include phony targets for each variable66 UsePhonyTargets = 0; in DependencyOutputOptions()
29 unsigned UsePhonyTargets : 1; ///< Include phony targets for each variable68 : IncludeSystemHeaders(0), ShowHeaderIncludes(0), UsePhonyTargets(0), in DependencyOutputOptions()
180 PhonyTarget(Opts.UsePhonyTargets), in DependencyFileGenerator()
175 PhonyTarget(Opts.UsePhonyTargets), in DFGImpl()
857 Opts.UsePhonyTargets = Args.hasArg(OPT_MP); in ParseDependencyOutputArgs()
465 MarshallingInfoFlag<"DependencyOutputOpts.UsePhonyTargets">;