Home
last modified time | relevance | path

Searched refs:eFileTypeRegular (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h50 eFileTypeRegular, enumerator
503 return GetFileType() == FileSpec::eFileTypeRegular; in IsRegularFile()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp43 if (file_type != FileSpec::eFileTypeRegular) in LaunchProcess()
HDFileSpec.cpp778 case S_IFREG: return eFileTypeRegular; in GetFileType()
1110 file_type = eFileTypeRegular; in ForEachItemInDirectory()
1189 case DT_REG: file_type = eFileTypeRegular; break; in ForEachItemInDirectory()
1278 case FileType::eFileTypeRegular: in EnumerateDirectory()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFileSpecList.cpp201 if (type == FileSpec::eFileTypeRegular in GetFilesMatchingPartialPath()
HDDebugger.cpp482 if (file_type == FileSpec::eFileTypeRegular || in LoadPluginCallback()
HDPluginManager.cpp109 if (file_type == FileSpec::eFileTypeRegular || in LoadPluginCallback()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp710 case FileSpec::eFileTypeRegular: in RecurseCopy_Callback()
839 case FileSpec::eFileTypeRegular: in Install()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp4596 … (symbol_fspec.GetFileType() != FileSpec::eFileTypeRegular) in AddModuleSymbols()
4604 … (symbol_fspec.GetFileType() != FileSpec::eFileTypeRegular) in AddModuleSymbols()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2519 target_file.GetFileType() == FileSpec::eFileTypeRegular || in LoadScriptingModule()