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

References

lib/LTO/ThinLTOCodeGenerator.cpp
  870   if (!CacheEntryPath.empty()) {
  872     auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath);
  876     Err = sys::fs::copy_file(CacheEntryPath, OutputPath);
  882     errs() << "error: can't link or copy from cached entry '" << CacheEntryPath