Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp93 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath()
99 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
115 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
131 if (FileSystem::Instance().Exists(dsym_yaa_fspec)) { in LookForDsymNextToExecutablePath()
135 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath()
264 FileSystem::Instance().Exists(symbol_file_spec)) in LocateExecutableSymbolFile()
361 if (FileSystem::Instance().Exists(file_spec)) { in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp152 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LocateMacOSXFilesUsingDebugSymbols()
202 if (FileSystem::Instance().Exists(exec_filespec)) { in LocateMacOSXFilesUsingDebugSymbols()
529 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) { in DownloadObjectAndSymbolFile()
543 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
550 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
566 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
576 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp35 if (!fs.Exists(exe_spec)) in LaunchProcess()
38 if (!fs.Exists(exe_spec)) in LaunchProcess()
41 if (!fs.Exists(exe_spec)) { in LaunchProcess()
H A DFileSystem.cpp148 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() function in FileSystem
150 bool FileSystem::Exists(const FileSpec &file_spec) const { in Exists() function in FileSystem
151 return file_spec && Exists(file_spec.GetPath()); in Exists()
250 if (Exists(absolute)) { in Resolve()
356 if (!Exists(result)) in ResolveExecutableLocation()
/llvm-project-15.0.7/lldb/source/Host/android/
H A DHostInfoAndroid.cpp75 if (FileSystem::Instance().Exists(file_candidate)) in ResolveLibraryPath()
90 if (!success || !FileSystem::Instance().Exists(file_spec)) in ComputeTempFileBaseDirectory()
93 return FileSystem::Instance().Exists(file_spec); in ComputeTempFileBaseDirectory()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp78 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
151 if (FileSystem::Instance().Exists(local_file)) { in GetFileInSDK()
177 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
191 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
204 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
211 if (FileSystem::Instance().Exists(local_file)) in GetSymbolFile()
H A DPlatformDarwinDevice.cpp74 if (FileSystem::Instance().Exists(sdk_symbols_symlink_fspec)) { in UpdateSDKDirectoryInfosIfNeeded()
91 if (FileSystem::Instance().Exists(local_sdk_cache)) { in UpdateSDKDirectoryInfosIfNeeded()
130 if (FileSystem::Instance().Exists(sdk_symbols_symlink_fspec)) { in UpdateSDKDirectoryInfosIfNeeded()
339 if (FileSystem::Instance().Exists(device_support_spec)) { in GetSharedModuleWithLocalCache()
377 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
392 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
440 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
H A DPlatformDarwin.cpp219 FileSystem::Instance().Exists(symfile_spec)) { in LocateExecutableScriptingResources()
276 if (FileSystem::Instance().Exists(script_fspec)) in LocateExecutableScriptingResources()
299 if (FileSystem::Instance().Exists(script_fspec)) { in LocateExecutableScriptingResources()
389 if (FileSystem::Instance().Exists(new_file_spec)) { in GetSharedModule()
622 if (FileSystem::Instance().Exists(xcode_select_cmd)) { in GetXcodeSelectPath()
734 if (FileSystem::Instance().Exists(command_line_tools_path)) { in GetCommandLineToolsLibraryPath()
816 if (!FileSystem::Instance().Exists(sdks_spec)) { in GetSDKDirectoryForModules()
830 if (FileSystem::Instance().Exists(native_sdk_spec)) { in GetSDKDirectoryForModules()
1139 if (FileSystem::Instance().Exists(xcode_lldb_resources)) { in LocateExecutable()
1167 if (FileSystem::Instance().Exists(executable_file)) in LocateExecutable()
[all …]
H A DPlatformMacOSX.cpp121 if (FileSystem::Instance().Exists(fspec)) in GetSDKDirectory()
129 if (FileSystem::Instance().Exists(fspec)) in GetSDKDirectory()
H A DPlatformDarwinKernel.cpp677 if (FileSystem::Instance().Exists(binary_filespec)) in KerneldSYMHasNoSiblingBinary()
711 if (FileSystem::Instance().Exists(binary_fspec)) in GetDWARFBinaryInDSYMBundle()
794 if (FileSystem::Instance().Exists(possible_kernel)) { in GetSharedModuleKernel()
885 if (FileSystem::Instance().Exists(exe_file)) { in ExamineKextForMatchingUUID()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFileSpec.i54 Exists () const;
101 …exists = property(Exists, None, doc='''A read only property that returns a boolean value that indi…
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h113 static bool Exists() {
128 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
137 static bool Exists() { return true; }
147 static bool Exists() { return true; } \
226 static bool Exists() {
227 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
287 static bool Exists() {
288 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
308 static bool Exists() { return true; }
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp186 TEST(FileSystemTest, Exists) { in TEST() argument
189 EXPECT_TRUE(fs.Exists("/foo")); in TEST()
190 EXPECT_TRUE(fs.Exists(FileSpec("/foo", FileSpec::Style::posix))); in TEST()
327 EXPECT_FALSE(fs.Exists(spec)); in TEST()
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp43 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
50 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
57 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
83 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
H A DModuleCache.cpp135 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
232 if (!FileSystem::Instance().Exists(module_file_path)) in Get()
260 if (FileSystem::Instance().Exists(symfile_spec)) in Get()
H A DTargetList.cpp128 !FileSystem::Instance().Exists(module_spec.GetFileSpec())) in CreateTargetInternal()
272 if (!FileSystem::Instance().Exists(file) && user_exe_path.startswith("~")) { in CreateTargetInternal()
297 if (FileSystem::Instance().Exists(cwd_file)) in CreateTargetInternal()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpec.cpp86 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
89 return FileSystem::Instance().Exists(*m_opaque_up); in Exists()
/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/
H A Dset.omega1 {[y]: Exists ( alpha : 2alpha = y)}
H A Dapplication.omega3 {[y]: Exists ( alpha : 2alpha = y)}
H A Dapplication2.omega3 {[y]: Exists ( alpha : 2alpha = y && 0 <= y && y <= 40)}
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_filespec.py9 obj.Exists()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp74 EXPECT_TRUE(FileSystem::Instance().Exists(uuid_view)) in VerifyDiskState()
79 EXPECT_TRUE(FileSystem::Instance().Exists(sysroot_view)) in VerifyDiskState()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h101 bool Exists(const FileSpec &file_spec) const;
102 bool Exists(const llvm::Twine &path) const;
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm309 if (FileSystem::Instance().Exists(fspec))
321 if (FileSystem::Instance().Exists(fspec)) {
344 if (FileSystem::Instance().Exists(fspec)) {
363 if (FileSystem::Instance().Exists(fspec))
429 if (FileSystem::Instance().Exists(fspec)) {
475 if (!FileSystem::Instance().Exists(path))
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFileSpec.h39 bool Exists() const;

1234