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