Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp300 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local
301 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
302 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
6135 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
6136 std::string Str(OutputOpt->getValue()); in getDependencyFileName()