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.h72 type_unknown enumerator
1370 file_type Type = file_type::type_unknown; // Most platforms can provide this.
1376 file_type Type = file_type::type_unknown,
1396 if (Type != file_type::type_unknown) in type()
1399 return S ? S->type() : file_type::type_unknown; in type()
H A DVirtualFileSystem.h152 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 DDebugger.cpp787 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
802 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
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()
/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.inc713 Result = file_status(file_type::type_unknown);
768 Result = file_status(file_type::type_unknown);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1114 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in setCurrentEntry()
1280 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.cpp2392 st.type() == fs::file_type::type_unknown || in LoadScriptingModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5374 case sys::fs::file_type::type_unknown: in findDsymObjectMembers()