Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1034 Arg *OutputOpt = Args.getLastArg(options::OPT_o, options::OPT__SLASH_Fo); in AddPreprocessingOptions() local
1035 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
1036 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
6481 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local
6482 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()
8424 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
8425 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()