Searched refs:OutputOpt (Results 1 – 1 of 1) sorted by relevance
300 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local301 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()302 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()6135 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local6136 std::string Str(OutputOpt->getValue()); in getDependencyFileName()