Searched refs:symlink_file (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp72 case sys::fs::file_type::symlink_file:
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h15 // The symlink() function is split into two frontends, symlink_file()
252 int symlink_file(const wchar_t *oldname, const wchar_t *newname) { function in namespace:detail::__anon248
482 int symlink_file(const char *oldname, const char *newname) {
H A Doperations.cpp1091 if (detail::symlink_file(from.c_str(), to.c_str()) == -1)
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp147 It->type() == sys::fs::file_type::symlink_file) {
H A DPath.cpp1117 return status.type() == file_type::symlink_file;
H A DVirtualFileSystem.cpp105 bool Status::isSymlink() const { return Type == file_type::symlink_file; }
1034 sys::fs::file_type::symlink_file, Perms,
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h71 symlink_file, member in class:llvm::sys::fs::file_type
594 /// @returns status_known(status) && status.type() == file_type::symlink_file.
1508 if (type == file_type::symlink_file && Follow) {
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp263 case file_type::symlink_file:
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc717 return file_type::symlink_file;
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp618 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file ||
633 ft == fs::file_type::symlink_file ||
H A DPluginManager.cpp89 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file ||
133 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) {
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp466 case fs::file_type::symlink_file: {
599 case fs::file_type::symlink_file: {
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp503 ft == llvm::sys::fs::file_type::symlink_file) {
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5357 case sys::fs::file_type::symlink_file:
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp10020 if (Type == llvm::sys::fs::file_type::symlink_file) {

Completed in 314 milliseconds