|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Support/FileSystem.h 1365 if (type == file_type::symlink_file && Follow) {
lib/Support/FileCollector.cpp 224 It->type() == sys::fs::file_type::symlink_file) {
lib/Support/Path.cpp 1065 return status.type() == file_type::symlink_file;
lib/Support/Unix/Path.inc 647 return file_type::symlink_file;
lib/Support/VirtualFileSystem.cpp 102 bool Status::isSymlink() const { return Type == file_type::symlink_file; }
tools/lldb/source/Core/Debugger.cpp 573 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file ||
588 ft == fs::file_type::symlink_file ||
tools/lldb/source/Core/PluginManager.cpp 103 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file ||
147 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp 671 if (fs::get_file_type(path.GetPath(), false) != fs::file_type::symlink_file)
tools/lldb/source/Target/Platform.cpp 590 case fs::file_type::symlink_file: {
723 case fs::file_type::symlink_file: {
tools/lldb/unittests/Host/FileSystemTest.cpp 152 sys::fs::file_type::symlink_file, sys::fs::all_all);
tools/llvm-dwarfdump/llvm-dwarfdump.cpp 552 case sys::fs::file_type::symlink_file:
unittests/Support/VirtualFileSystemTest.cpp 167 sys::fs::file_type::symlink_file, sys::fs::all_all);