reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-lto/llvm-lto.cpp
  421   assert(!OutputFilename.empty());
  422   raw_fd_ostream OS(OutputFilename + ".thinlto.bc", EC,
  424   error(EC, "error opening the file '" + OutputFilename + ".thinlto.bc'");
  565     if (OutputFilename.empty())
  584     raw_fd_ostream OS(OutputFilename, EC, sys::fs::OpenFlags::OF_None);
  585     error(EC, "error opening the file '" + OutputFilename + "'");
  594     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  616       std::string OutputName = OutputFilename;
  631     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  646       std::string OutputName = OutputFilename;
  661     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  676       std::string OutputName = OutputFilename;
  689     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  709       std::string OutputName = OutputFilename;
  718     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  742       std::string OutputName = OutputFilename;
  751     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  767       std::string OutputName = OutputFilename;
  776     if (InputFilenames.size() != 1 && !OutputFilename.empty())
  796       std::string OutputName = OutputFilename;
  813     if (!OutputFilename.empty())
 1000   if (!OutputFilename.empty()) {
 1008       std::string ModuleFilename = OutputFilename;
 1019       std::string PartFilename = OutputFilename;