| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | LocateSymbolFile.cpp | 90 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath() 96 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath() 112 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath() 128 if (FileSystem::Instance().Exists(dsym_yaa_fspec)) { in LookForDsymNextToExecutablePath() 131 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath() 261 FileSystem::Instance().Exists(symbol_file_spec)) in LocateExecutableSymbolFile() 354 if (FileSystem::Instance().Exists(file_spec)) { in LocateExecutableSymbolFile()
|
| HD | LocateSymbolFileMacOSX.cpp | 156 if (FileSystem::Instance().Exists(exec_filespec)) { in LocateMacOSXFilesUsingDebugSymbols() 510 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) { in DownloadObjectAndSymbolFile() 524 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile() 531 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile() 547 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile() 557 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
|
| HD | ObjectFile.cpp | 50 const bool file_exists = FileSystem::Instance().Exists(*file); in FindPlugin() 588 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | MonitoringProcessLauncher.cpp | 34 if (!fs.Exists(exe_spec)) in LaunchProcess() 37 if (!fs.Exists(exe_spec)) in LaunchProcess() 40 if (!fs.Exists(exe_spec)) { in LaunchProcess()
|
| HD | FileSystem.cpp | 154 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() function in FileSystem 156 bool FileSystem::Exists(const FileSpec &file_spec) const { in Exists() function in FileSystem 157 return Exists(file_spec.GetPath()); in Exists() 256 if (Exists(absolute)) { in Resolve() 340 if (!Exists(result)) in ResolveExecutableLocation()
|
| HD | HostInfoBase.cpp | 42 if (FileSystem::Instance().Exists(m_lldb_process_tmp_dir)) { in ~HostInfoBaseFields()
|
| /freebsd-11-stable/contrib/bmake/mk/ |
| HD | subdir.mk | 26 @Exists() { test -f $$1; }; \ 29 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \ 31 elif Exists ${.CURDIR}/$${entry}/[mM]akefile; then \
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBFileSpec.cpp | 89 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec 90 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, Exists); in Exists() 92 return FileSystem::Instance().Exists(*m_opaque_up); in Exists() 208 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ()); in RegisterMethods()
|
| HD | SBPlatform.cpp | 471 if (src.Exists()) { in Put() 496 if (src.Exists()) in Install()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBFileSpec.i | 54 Exists () const; 101 …exists = property(Exists, None, doc='''A read only property that returns a boolean value that indi…
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ModuleCache.cpp | 134 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink() 231 if (!FileSystem::Instance().Exists(module_file_path)) in Get() 259 if (FileSystem::Instance().Exists(symfile_spec)) in Get()
|
| HD | TargetList.cpp | 343 if (!FileSystem::Instance().Exists(file) && user_exe_path.startswith("~")) { in CreateTargetInternal() 368 if (FileSystem::Instance().Exists(cwd_file)) in CreateTargetInternal()
|
| HD | PathMappingList.cpp | 236 if (FileSystem::Instance().Exists(new_spec)) in FindFile()
|
| HD | RemoteAwarePlatform.cpp | 124 return FileSystem::Instance().Exists(file_spec); in GetFileExists()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| HD | FileSystem.h | 110 bool Exists(const FileSpec &file_spec) const; 111 bool Exists(const llvm::Twine &path) const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| HD | Lua.cpp | 34 if (!FileSystem::Instance().Exists(file)) { in LoadModule()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBFileSpec.h | 39 bool Exists() const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 80 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable() 87 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 94 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 120 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/ |
| HD | Driver.cpp | 134 if (file.Exists()) in AddInitialCommand() 207 if (!file.Exists()) { in ProcessArgs() 238 if (file.Exists()) { in ProcessArgs()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | OptionValuePathMappings.cpp | 22 return FileSystem::Instance().Exists(path); in VerifyPathExists()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | DynamicLoader.cpp | 81 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable()
|
| HD | SourceManager.cpp | 91 if (!file_sp || !FileSystem::Instance().Exists(file_sp->GetFileSpec())) { in GetFile() 427 if (!FileSystem::Instance().Exists(m_file_spec)) { in CommonInitializer()
|
| HD | ModuleList.cpp | 811 if (!FileSystem::Instance().Exists(search_path_spec)) in GetSharedModule() 852 if (!FileSystem::Instance().Exists( in GetSharedModule() 859 if (FileSystem::Instance().Exists( in GetSharedModule()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| HD | OperatingSystemPython.cpp | 58 FileSystem::Instance().Exists(python_os_plugin_spec)) { in CreateInstance()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 274 if (!FileSystem::Instance().Exists(core_file)) { in DoExecute() 291 if (FileSystem::Instance().Exists(symfile)) { in DoExecute() 338 if (file_spec && FileSystem::Instance().Exists(file_spec)) { in DoExecute() 407 if (FileSystem::Instance().Exists(core_file)) { in DoExecute() 2557 if (FileSystem::Instance().Exists(file_spec)) { in DoExecute() 4230 if (FileSystem::Instance().Exists( in DoExecute() 4278 FileSystem::Instance().Exists(module_spec.GetFileSpec()); in DoExecute() 4340 FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec()); in DoExecute()
|