Searched refs:OutputOpt (Results 1 – 1 of 1) sorted by relevance
1055 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local1056 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()1057 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()6268 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local6269 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()8201 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local8202 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()