reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
357 std::error_code create_hard_link(const Twine &to, const Twine &from);
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)) {