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

Declarations

include/llvm/Support/FileSystem.h
  357 std::error_code create_hard_link(const Twine &to, const Twine &from);

References

lib/LTO/ThinLTOCodeGenerator.cpp
  872     auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath);
tools/lldb/source/Target/ModuleCache.cpp
  146   return llvm::sys::fs::create_hard_link(local_module_spec.GetPath(),
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  240   if (auto EC = sys::fs::create_hard_link(ToLink, TmpPath)) {