Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h76 type_unknown enumerator
1359 file_type Type = file_type::type_unknown; // Most platforms can provide this.
1365 file_type Type = file_type::type_unknown,
1384 if (Type != file_type::type_unknown) in type()
1387 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-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp73 case sys::fs::file_type::type_unknown: in expandBundle()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp89 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
132 ft == fs::file_type::symlink_file || ft == fs::file_type::type_unknown) { in LoadPluginCallback()
H A DDebugger.cpp681 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
696 ft == fs::file_type::type_unknown) { in LoadPluginCallback()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc723 return file_type::type_unknown;
927 return file_type::type_unknown;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc706 Result = file_status(file_type::type_unknown);
761 Result = file_status(file_type::type_unknown);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1077 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in setCurrentEntry()
1244 sys::fs::file_type Type = sys::fs::file_type::type_unknown; in incrementImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2531 st.type() == fs::file_type::type_unknown || in LoadScriptingModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5376 case sys::fs::file_type::type_unknown: in findDsymObjectMembers()