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

References

tools/gold/gold-plugin.cpp
  949     raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC,
  951     if (EC)
  953               (NewModulePath + ".thinlto.bc").c_str(), EC.message().c_str());
  962     raw_fd_ostream OS(NewModulePath + ".imports", EC,
  964     if (EC)
  966               (NewModulePath + ".imports").c_str(), EC.message().c_str());