Home
last modified time | relevance | path

Searched refs:symlink_file (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp72 case sys::fs::file_type::symlink_file: in expandBundle()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h228 inline int symlink_file(const wchar_t* oldname, const wchar_t* newname) { in symlink_file() function
464 inline int symlink_file(const char* oldname, const char* newname) { return ::symlink(oldname, newna…
H A Doperations.cpp448 if (detail::symlink_file(from.c_str(), to.c_str()) == -1) in __create_symlink()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp147 It->type() == sys::fs::file_type::symlink_file) { in addDirectoryImpl()
H A DPath.cpp1119 return status.type() == file_type::symlink_file; in is_symlink_file()
H A DVirtualFileSystem.cpp106 bool Status::isSymlink() const { return Type == file_type::symlink_file; } in isSymlink()
1036 sys::fs::file_type::symlink_file, Perms, in addSymbolicLink()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h71 symlink_file, enumerator
1506 if (type == file_type::symlink_file && Follow) { in increment()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp297 case file_type::symlink_file: in LocateExecutableObjectFile()
739 case file_type::symlink_file: in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp88 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
132 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) { in LoadPluginCallback()
H A DDebugger.cpp680 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
695 ft == fs::file_type::symlink_file || in LoadPluginCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp462 case fs::file_type::symlink_file: { in RecurseCopy_Callback()
595 case fs::file_type::symlink_file: { in Install()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc722 return file_type::symlink_file;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5375 case sys::fs::file_type::symlink_file: in findDsymObjectMembers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10128 if (Type == llvm::sys::fs::file_type::symlink_file) { in CodeCompleteIncludedFile()