Searched refs:OutputOpt (Results 1 – 1 of 1) sorted by relevance
1203 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local1204 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()1205 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()5557 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local5558 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()7282 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local7283 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()