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

References

tools/clang/tools/driver/cc1as_main.cpp
  152     OutputPath = "-";
  262   Opts.OutputPath = Args.getLastArgValue(OPT_o);
  368   if (Opts.OutputPath.empty())
  369     Opts.OutputPath = "-";
  371       getOutputStream(Opts.OutputPath, Diags, IsBinary);
  534     if (Opts.OutputPath != "-")
  535       sys::fs::remove(Opts.OutputPath);