Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A DError.cpp30 case cxxdump_error::file_not_found: in message()
H A DError.h23 file_not_found, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp187 case fs::file_type::file_not_found: in create()
H A DFileCollector.cpp196 if (Stat.type() == sys::fs::file_type::file_not_found) in copyFiles()
H A DPath.cpp1078 return status_known(status) && status.type() != file_type::file_not_found; in exists()
H A DVirtualFileSystem.cpp110 return isStatusKnown() && Type != file_type::file_not_found; in exists()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp291 case file_type::file_not_found: // File doesn't exist... in LocateExecutableObjectFile()
733 case file_type::file_not_found: // File doesn't exist... in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h64 file_not_found, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2393 st.type() == fs::file_type::file_not_found) { in LoadScriptingModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc731 Result = file_status(file_type::file_not_found);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc766 Result = file_status(file_type::file_not_found);