Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp89 module_uuid = module_sp->GetUUID(); in DeleteExistingModule()
192 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Put()
216 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get()
225 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Get()
246 cached_module_spec.GetUUID().Clear(); // Clear UUID since it may contain md5 in Get()
261 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get()
274 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in GetAndPut()
279 ModuleLock lock(root_dir_spec, module_spec.GetUUID(), error); in GetAndPut()
282 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
H A DPlatform.cpp1589 if (!module_spec.GetUUID().IsValid() || in GetRemoteSharedModule()
1590 module_spec.GetUUID() == resolved_module_spec.GetUUID()) { in GetRemoteSharedModule()
1619 if (!module_spec.GetUUID().IsValid() || in GetRemoteSharedModule()
1620 module_spec.GetUUID() == resolved_module_spec.GetUUID()) { in GetRemoteSharedModule()
1628 if (module_spec.GetUUID().IsValid()) { in GetRemoteSharedModule()
1629 resolved_module_spec.GetUUID() = module_spec.GetUUID(); in GetRemoteSharedModule()
1671 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
H A DTarget.cpp1993 if (module_spec.GetUUID().IsValid()) in GetSharedModule()
2025 if (module_spec.GetUUID().IsValid()) { in GetSharedModule()
2090 if (module_spec.GetUUID().IsValid() && in GetSharedModule()
2094 module_spec_copy.GetUUID().Clear(); in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp85 return m_opaque_ap->GetUUID().GetBytes().data(); in GetUUIDBytes()
89 return m_opaque_ap->GetUUID().GetBytes().size(); in GetUUIDLength()
93 m_opaque_ap->GetUUID() = UUID::fromOptionalData(uuid, uuid_len); in SetUUIDBytes()
94 return m_opaque_ap->GetUUID().IsValid(); in SetUUIDBytes()
H A DSBModule.cpp147 uuid_bytes = module_sp->GetUUID().GetBytes().data(); in GetUUIDBytes()
152 module_sp->GetUUID().Dump(&s); in GetUUIDBytes()
172 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp91 if (module_sp && module_sp->GetUUID().IsValid() && in GetTargetExecutable()
92 executable->GetUUID().IsValid()) { in GetTargetExecutable()
93 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable()
H A DModuleList.cpp535 if ((*pos)->GetUUID() == uuid) { in FindModule()
651 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths()
840 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule()
879 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule()
H A DModule.cpp327 const lldb_private::UUID &Module::GetUUID() { in GetUUID() function in Module
334 obj_file->GetUUID(&m_uuid); in GetUUID()
1597 const UUID &uuid = module_ref.GetUUID(); in MatchesModuleSpec()
1601 return (uuid == GetUUID()); in MatchesModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h122 UUID &GetUUID() { return m_uuid; } in GetUUID() function
124 const UUID &GetUUID() const { return m_uuid; } in GetUUID() function
250 match_module_spec.GetUUID() != GetUUID()) in Matches()
H A DModule.h753 const lldb_private::UUID &GetUUID();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp80 if (!obj_file->GetUUID(&uuid)) in CreateInstance()
106 module_spec.GetUUID() = uuid; in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp58 if ((uuid == NULL || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FileAtPathContainsArchAndUUID()
304 const UUID &module_uuid = module_spec.GetUUID(); in LocateExecutableSymbolFile()
356 if (!module_uuid.IsValid() || module_uuid == mspec.GetUUID()) in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp189 if (module_sp.get() && module_sp->GetUUID().IsValid() && in GetTargetExecutable()
190 executable->GetUUID().IsValid()) { in GetTargetExecutable()
192 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1342 if (module && module->GetUUID().IsValid()) in DumpModuleUUID()
1343 module->GetUUID().Dump(&strm); in DumpModuleUUID()
2556 module_spec.GetUUID() = in DoExecute()
2616 module_spec.GetUUID() = in DoExecute()
2754 module_spec.GetUUID() = in DoExecute()
4146 if (!module_spec.GetUUID().IsValid()) { in AddModuleSymbols()
4170 symfile_uuid_module_spec.GetUUID() = symfile_module_spec.GetUUID(); in AddModuleSymbols()
4285 if (module_spec.GetUUID().IsValid()) { in AddModuleSymbols()
4343 module_spec.GetUUID() = frame_module_sp->GetUUID(); in DoExecute()
4366 module_spec.GetUUID() = in DoExecute()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp79 const UUID &module_uuid = module_sp->GetUUID(); in AutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h87 bool GetUUID(UUID *uuid) override;
H A DObjectFileBreakpad.cpp243 spec.GetUUID() = std::move(header->uuid); in GetModuleSpecifications()
267 bool ObjectFileBreakpad::GetUUID(UUID *uuid) { in GetUUID() function in ObjectFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h78 bool GetUUID(lldb_private::UUID *uuid) override;
H A DObjectFileJIT.cpp170 bool ObjectFileJIT::GetUUID(lldb_private::UUID *uuid) { in GetUUID() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp57 if (module_spec.GetUUID().IsValid()) in PlaceholderModule()
58 SetUUID(module_spec.GetUUID()); in PlaceholderModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h415 virtual bool GetUUID(lldb_private::UUID *uuid) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp108 module_spec.GetUUID().IsValid()) { in ResolveExecutable()
110 resolved_module_spec.GetUUID().IsValid()) { in ResolveExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h126 bool GetUUID(lldb_private::UUID *uuid) override;
H A DObjectFileELF.cpp694 lldb_private::UUID &uuid = spec.GetUUID(); in GetModuleSpecifications()
900 bool ObjectFileELF::GetUUID(lldb_private::UUID *uuid) { in GetUUID() function in ObjectFileELF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1084 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo()
1148 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_jModulesInfo()

12