Lines Matching defs:OutputFile
114 std::string OutputFile;
186 if (!Options.Flat && Options.OutputFile == "-")
192 !Options.OutputFile.empty())
362 if (opt::Arg *OutputFile = Args.getLastArg(OPT_output))
363 Options.OutputFile = OutputFile->getValue();
482 static bool verifyOutput(StringRef OutputFile, StringRef Arch,
485 if (OutputFile == "-") {
503 Expected<OwningBinary<Binary>> BinOrErr = createBinary(OutputFile);
506 WithColor::error() << OutputFile << ": " << toString(BinOrErr.takeError());
558 if (Options.OutputFile == "-")
559 return OutputLocation(Options.OutputFile);
562 if (Options.OutputFile.empty() && Options.LinkOpts.Update)
572 if (Options.OutputFile.empty()) {
578 return OutputLocation(Options.OutputFile);
591 SmallString<128> Path(Options.OutputFile);
740 !Options.DumpDebugMap && (Options.OutputFile != "-") &&
775 std::string OutputFile = OutputLocationOrErr->DWARFFile;
790 OutputFile = AF.getPath();
794 Options.LinkOpts.NoOutput ? "-" : OutputFile, EC,
797 WithColor::error() << OutputFile << ": " << EC.message() << "\n";
804 OutputFile](std::shared_ptr<raw_fd_ostream> Stream) {
812 AllOK.fetch_and(verifyOutput(OutputFile,