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