Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp340 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions() local
341 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
342 DepTarget = OutputOpt->getValue(); in AddPreprocessingOptions()
7388 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName() local
7389 std::string Str(OutputOpt->getValue()); in getDependencyFileName()