Home
last modified time | relevance | path

Searched refs:Resolve (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp76 FileSystem::Instance().Resolve(file_spec); in DefaultComputeClangResourceDirectory()
123 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
138 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
149 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp282 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
291 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
300 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
307 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
329 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
355 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp119 FileSystem::Instance().Resolve(dsym_filespec); in LocateMacOSXFilesUsingDebugSymbols()
201 FileSystem::Instance().Resolve(exec_filespec); in LocateMacOSXFilesUsingDebugSymbols()
221 FileSystem::Instance().Resolve(file_spec); in LocateMacOSXFilesUsingDebugSymbols()
237 FileSystem::Instance().Resolve(bundle_exe_file_spec); in LocateMacOSXFilesUsingDebugSymbols()
354 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
367 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
438 FileSystem::Instance().Resolve(resolved_source_path); in GetModuleSpecInfoFromUUIDDictionary()
484 FileSystem::Instance().Resolve(resolved_source_path); in GetModuleSpecInfoFromUUIDDictionary()
541 FileSystem::Instance().Resolve(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
574 FileSystem::Instance().Resolve(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Dconflict-resolution.mlir235 // Resolve conflicting funcOp and globalVariableOp.
334 // Resolve conflicting funcOp and specConstantOp.
359 // Resolve conflicting funcOp and specConstantOp and update the spec constant's
429 // Resolve conflicting funcOp and specConstantCompositeOp.
456 // Resolve conflicting funcOp and specConstantCompositeOp and update the spec
495 // Resolve conflicting specConstantCompositeOp and funcOp and update the spec
581 // Resolve conflicting globalVariableOps.
621 // Resolve conflicting globalVariableOp and specConstantOp.
642 // Resolve conflicting specConstantOp and globalVariableOp.
663 // Resolve conflicting globalVariableOp and specConstantCompositeOp.
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DURITests.cpp134 TEST(URITest, Resolve) { in TEST() argument
184 auto Resolve = URI::resolvePath(testPath("x"), FilePath); in TEST() local
185 EXPECT_FALSE(Resolve); in TEST()
186 llvm::consumeError(Resolve.takeError()); in TEST()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp169 fs.Resolve(fs2); in TEST()
238 TEST(FileSystemTest, Resolve) { in TEST() argument
244 fs.Resolve(foo); in TEST()
250 fs.Resolve(file_spec); in TEST()
257 fs.Resolve(foo); in TEST()
263 fs.Resolve(file_spec); in TEST()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpec.cpp43 FileSystem::Instance().Resolve(*m_opaque_up); in SBFileSpec()
51 FileSystem::Instance().Resolve(*m_opaque_up); in SBFileSpec()
103 FileSystem::Instance().Resolve(result); in ResolvePath()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.h44 Symbol &Resolve(const parser::Name &, Symbol &);
45 Symbol *Resolve(const parser::Name &, Symbol *);
86 void Resolve(Symbol *) const;
H A Dcompute-offsets.cpp51 SymbolAndOffset Resolve(const SymbolAndOffset &);
86 dep = Resolve(dep); in Compute()
133 auto ComputeOffsetsHelper::Resolve(const SymbolAndOffset &dep) in Resolve() function in Fortran::semantics::ComputeOffsetsHelper
139 SymbolAndOffset result{Resolve(it->second)}; in Resolve()
219 Resolve(SymbolAndOffset{object.symbol, offset, object})}; in DoEquivalenceSet()
H A Dresolve-names-utils.cpp37 Symbol *Resolve(const parser::Name &name, Symbol *symbol) { in Resolve() function
43 Symbol &Resolve(const parser::Name &name, Symbol &symbol) { in Resolve() function
44 return *Resolve(name, &symbol); in Resolve()
110 void GenericSpecInfo::Resolve(Symbol *symbol) const { in Resolve() function in Fortran::semantics::GenericSpecInfo
116 semantics::Resolve(*parseName_, symbol); in Resolve()
/llvm-project-15.0.7/lldb/source/Host/android/
H A DHostInfoAndroid.cpp44 FileSystem::Instance().Resolve(file_spec); in ResolveLibraryPath()
72 FileSystem::Instance().Resolve(file_candidate); in ResolveLibraryPath()
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Doutput-style-json-code.test11 ## Resolve out of range address.
29 ## Resolve valid address.
39 ## Resolve valid address.
50 ## Resolve valid address.
60 ## Resolve valid address.
H A Doutput-style-json-data.test17 ## Resolve out of range address.
22 ## Resolve valid address.
H A Doutput-style-json-frame.ll17 ;; Resolve out of range address. Expected an empty array.
22 ;; Resolve valid address. Note we check 0, non-zero and missing TagOffset cases.
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp150 FileSystem::Instance().Resolve(local_file); in GetFileInSDK()
176 FileSystem::Instance().Resolve(local_file); in GetSymbolFile()
190 FileSystem::Instance().Resolve(local_file); in GetSymbolFile()
203 FileSystem::Instance().Resolve(local_file); in GetSymbolFile()
H A DPlatformDarwinKernel.cpp360 FileSystem::Instance().Resolve(possible_dir); in CollectKextAndKernelDirectories()
366 FileSystem::Instance().Resolve(cwd); in CollectKextAndKernelDirectories()
377 FileSystem::Instance().Resolve(dir); in GetUserSpecifiedDirectoriesToSearch()
394 FileSystem::Instance().Resolve(testdir); in AddRootSubdirsToSearchPaths()
633 FileSystem::Instance().Resolve(dsym_fspec); in KextHasdSYMSibling()
644 FileSystem::Instance().Resolve(dsym_fspec); in KextHasdSYMSibling()
H A DPlatformDarwinDevice.cpp38 FileSystem::Instance().Resolve(sdk_sysroot_fspec); in UpdateSDKDirectoryInfosIfNeeded()
90 FileSystem::Instance().Resolve(local_sdk_cache); in UpdateSDKDirectoryInfosIfNeeded()
338 FileSystem::Instance().Resolve(device_support_spec); in GetSharedModuleWithLocalCache()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp343 if (!m_rendezvous.Resolve()) in RefreshModules()
357 FileSystem::Instance().Resolve(file); in RefreshModules()
382 FileSystem::Instance().Resolve(file); in RefreshModules()
460 if (!m_rendezvous.Resolve()) { in LoadAllCurrentModules()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h131 void Resolve(llvm::SmallVectorImpl<char> &path);
132 void Resolve(FileSpec &file_spec);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlugin.cpp59 FileSystem::Instance().Resolve(dylib_fspec); in DoExecute()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp36 FileSystem::Instance().Resolve(exe_spec); in LaunchProcess()
H A DFileSystem.cpp235 void FileSystem::Resolve(SmallVectorImpl<char> &path) { in Resolve() function in FileSystem
257 void FileSystem::Resolve(FileSpec &file_spec) { in Resolve() function in FileSystem
266 Resolve(path); in Resolve()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp65 FileSystem::Instance().Resolve(m_current_value); in SetValueFromString()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h254 void typeHierarchy(PathRef File, Position Pos, int Resolve,
265 void resolveTypeHierarchy(TypeHierarchyItem Item, int Resolve,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp85 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()

1234