Home
last modified time | relevance | path

Searched refs:GetUUID (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp89 module_uuid = module_sp->GetUUID(); in DeleteExistingModule()
195 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Put()
219 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get()
228 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Get()
249 cached_module_spec.GetUUID().Clear(); // Clear UUID since it may contain md5 in Get()
264 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get()
277 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in GetAndPut()
282 ModuleLock lock(root_dir_spec, module_spec.GetUUID(), error); in GetAndPut()
285 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
H A DPlatform.cpp814 module_spec.GetUUID().IsValid()) { in ResolveRemoteExecutable()
816 resolved_module_spec.GetUUID().IsValid()) { in ResolveRemoteExecutable()
1524 if (!module_spec.GetUUID().IsValid() || in GetRemoteSharedModule()
1525 module_spec.GetUUID() == resolved_module_spec.GetUUID()) { in GetRemoteSharedModule()
1555 if (!module_spec.GetUUID().IsValid() || in GetRemoteSharedModule()
1556 module_spec.GetUUID() == resolved_module_spec.GetUUID()) { in GetRemoteSharedModule()
1570 if (module_spec.GetUUID().IsValid()) { in GetRemoteSharedModule()
1571 resolved_module_spec.GetUUID() = module_spec.GetUUID(); in GetRemoteSharedModule()
1712 cached_module_spec.GetUUID().Clear(); // Clear UUID since it may contain md5 in CallLocateModuleCallbackIfSet()
1765 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp88 if (module_sp && module_sp->GetUUID().IsValid() && in GetTargetExecutable()
89 executable->GetUUID().IsValid()) { in GetTargetExecutable()
90 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable()
202 uuid = memory_module_sp->GetUUID(); in LoadBinaryWithUUIDAndAddress()
205 module_spec.GetUUID() = uuid; in LoadBinaryWithUUIDAndAddress()
H A DDataFileCache.cpp168 UUID uuid = module->GetUUID(); in CacheSignature()
184 UUID uuid = objfile->GetUUID(); in CacheSignature()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp131 return m_opaque_up->GetUUID().GetBytes().data(); in GetUUIDBytes()
137 return m_opaque_up->GetUUID().GetBytes().size(); in GetUUIDLength()
142 m_opaque_up->GetUUID() = UUID(uuid, uuid_len); in SetUUIDBytes()
143 return m_opaque_up->GetUUID().IsValid(); in SetUUIDBytes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp230 if (memory_module_sp->GetUUID().IsValid()) { in CheckForKernelImageAtAddress()
232 uuid_str += memory_module_sp->GetUUID().GetAsString(); in CheckForKernelImageAtAddress()
241 return memory_module_sp->GetUUID(); in CheckForKernelImageAtAddress()
302 if (!m_uuid.IsValid() && memory_module_sp->GetUUID().IsValid()) in ReadMemoryModule()
303 m_uuid = memory_module_sp->GetUUID(); in ReadMemoryModule()
378 m_uuid = m_module_sp->GetUUID(); in LoadImageUsingMemoryModule()
565 m_kld_name_to_uuid[image_info.GetName()] = image_info.GetUUID(); in ParseKmods()
H A DDynamicLoaderFreeBSDKernel.h82 lldb_private::UUID GetUUID() const { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp76 module_spec.GetUUID() = obj_file->GetUUID(); in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp63 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance()
86 module_spec.GetUUID() = uuid; in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp189 exe_spec.GetUUID() = module_spec.GetUUID(); in LocateExecutableObjectFile()
210 if (image_info.uuid && (!module_spec.GetUUID() || in LocateExecutableObjectFile()
211 module_spec.GetUUID() == image_info.uuid)) { in LocateExecutableObjectFile()
354 (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FindSymbolFileInBundle()
377 if ((uuid == nullptr || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FileAtPathContainsArchAndUUID()
631 exe_spec.GetUUID() = module_spec.GetUUID(); in LocateMacOSXFilesUsingDebugSymbols()
652 if (image_info.uuid && (!module_spec.GetUUID() || in LocateMacOSXFilesUsingDebugSymbols()
653 module_spec.GetUUID() == image_info.uuid)) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h99 UUID &GetUUID() { return m_uuid; } in GetUUID() function
101 const UUID &GetUUID() const { return m_uuid; } in GetUUID() function
229 match_module_spec.GetUUID() != GetUUID()) in Matches()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp63 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance()
86 module_spec.GetUUID() = uuid; in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp182 if (module_sp.get() && module_sp->GetUUID().IsValid() && in GetTargetExecutable()
183 executable->GetUUID().IsValid()) { in GetTargetExecutable()
185 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp149 const UUID &module_uuid = module_spec.GetUUID(); in LocateExecutableSymbolFile()
224 if (!module_uuid.IsValid() || module_uuid == mspec.GetUUID()) in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp36 module_spec.GetUUID() = uuid; in DownloadSymbolFileAsync()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1310 module->GetUUID().Dump(strm); in DumpModuleUUID()
2813 module_spec.GetUUID() = in DoExecute()
2851 module_spec.GetUUID().Dump(strm); in DoExecute()
2872 module_spec.GetUUID() = in DoExecute()
2999 module_spec.GetUUID() = in DoExecute()
4390 symfile_uuid_module_spec.GetUUID() = symfile_module_spec.GetUUID(); in AddModuleSymbols()
4498 if (module_spec.GetUUID().IsValid()) { in AddModuleSymbols()
4529 module_spec.GetUUID() = in AddSymbolsForUUID()
4555 module_spec.GetUUID() = module_sp->GetUUID(); in AddSymbolsForFile()
4604 module_spec.GetUUID() = frame_module_sp->GetUUID(); in AddSymbolsForFrame()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp76 const UUID &module_uuid = module_sp->GetUUID(); in AutoComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp31 m_arch(module_spec.GetArchitecture()), m_uuid(module_spec.GetUUID()), in LLDB_PLUGIN_DEFINE()
H A DObjectFilePlaceholder.h45 lldb_private::UUID GetUUID() override { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h82 UUID GetUUID() override { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h84 UUID GetUUID() override { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h96 lldb_private::UUID GetUUID() override { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h96 lldb_private::UUID GetUUID() override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h92 UUID GetUUID() override { return m_uuid; } in GetUUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h81 UUID GetUUID() override { return m_uuid; } in GetUUID() function

12