Home | History | Annotate | Download | only in Driver

Lines Matching refs:ArgValue

1648 /// \brief Create output filename based on ArgValue, which could either be a
1649 /// full filename, filename without extension, or a directory. If ArgValue
1652 static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue,
1654 SmallString<128> Filename = ArgValue;
1656 if (ArgValue.empty()) {
1664 if (!llvm::sys::path::has_extension(ArgValue)) {