Searched refs:is_symlink_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h593 bool is_symlink_file(const basic_file_status &status);
602 std::error_code is_symlink_file(const Twine &path, bool &result);
604 /// Simpler version of is_symlink_file for clients that don't need to
606 inline bool is_symlink_file(const Twine &Path) { function in namespace:llvm::sys::fs
608 if (is_symlink_file(Path, Result))
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1118 bool is_symlink_file(const basic_file_status &status) {
1122 std::error_code is_symlink_file(const Twine &path, bool &result) {
1126 result = is_symlink_file(st);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1192 if (fs::is_symlink_file(source.GetPath()))

Completed in 184 milliseconds