Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp1147 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local
1148 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
1149 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
6003 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local
6004 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()
7913 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
7914 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()