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.cpp888 Arg *OutputOpt = Args.getLastArg(options::OPT_o, options::OPT__SLASH_Fo); in AddPreprocessingOptions() local
889 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
890 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
6503 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob() local
6504 SmallString<128> OutputFilename(OutputOpt->getValue()); in ConstructJob()
8483 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
8484 SmallString<128> OutputFilename(OutputOpt->getValue()); in getDependencyFileName()