Home
last modified time | relevance | path

Searched refs:OutputOpt (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1209 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local
1210 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
1211 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
5600 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local
5601 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()
7337 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
7338 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()