Home
last modified time | relevance | path

Searched refs:type_unknown (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h75 type_unknown enumerator
1358 file_type Type = file_type::type_unknown; // Most platforms can provide this.
1364 file_type Type = file_type::type_unknown,
1383 if (Type != file_type::type_unknown) in type()
1386 return S ? S->type() : file_type::type_unknown; in type()
H A DVirtualFileSystem.h150 llvm::sys::fs::file_type Type = llvm::sys::fs::file_type::type_unknown;
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp73 case sys::fs::file_type::type_unknown: in expandBundle()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp295 case file_type::type_unknown: in LocateExecutableObjectFile()
737 case file_type::type_unknown: in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp90 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
133 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) { in LoadPluginCallback()
H A DDebugger.cpp682 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
697 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc723 return file_type::type_unknown;
927 return file_type::type_unknown;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc712 Result = file_status(file_type::type_unknown);
767 Result = file_status(file_type::type_unknown);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1102 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in setCurrentEntry()
1268 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in incrementImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2422 st.type() == fs::file_type::type_unknown || in LoadScriptingModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5380 case sys::fs::file_type::type_unknown: in findDsymObjectMembers()