Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp95 … if (module_sp.get() && module_sp->GetUUID().IsValid() && executable->GetUUID().IsValid()) in GetTargetExecutable()
97 if (module_sp->GetUUID() != executable->GetUUID()) in GetTargetExecutable()
HDModuleList.cpp600 if ((*pos)->GetUUID() == uuid) in FindModule()
737 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths()
946 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) in GetSharedModule()
HDModule.cpp311 Module::GetUUID() in GetUUID() function in Module
320 obj_file->GetUUID(&m_uuid); in GetUUID()
1522 const UUID &uuid = module_ref.GetUUID(); in MatchesModuleSpec()
1527 if (uuid == GetUUID()) in MatchesModuleSpec()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.cpp125 return (const uint8_t *)m_opaque_ap->GetUUID().GetBytes(); in GetUUIDBytes()
131 return m_opaque_ap->GetUUID().GetByteSize(); in GetUUIDLength()
137 return m_opaque_ap->GetUUID().SetBytes(uuid, uuid_len); in SetUUIDBytes()
HDSBModule.cpp196 uuid_bytes = (const uint8_t *)module_sp->GetUUID().GetBytes(); in GetUUIDBytes()
203 module_sp->GetUUID().Dump (&s); in GetUUIDBytes()
223 uuid_string = module_sp->GetUUID().GetAsString(); in GetUUIDString()
236 module_sp->GetUUID().Dump (&s); in GetUUIDString()
HDSBTarget.cpp1933 module_spec.GetUUID().SetFromCString(uuid_cstr); in AddModule()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h223 GetUUID () in GetUUID() function
229 GetUUID () const in GetUUID() function
380 if (match_module_spec.GetUUIDPtr() && match_module_spec.GetUUID() != GetUUID()) in Matches()
HDModule.h752 GetUUID ();
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp54 const UUID &module_uuid = module_spec.GetUUID(); in LocateExecutableSymbolFile()
103 if (mspec.GetUUID() == module_uuid) in LocateExecutableSymbolFile()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp95 if (!obj_file->GetUUID (&uuid)) in CreateInstance()
122 module_spec.GetUUID() = uuid; in CreateInstance()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1416 if (module && module->GetUUID().IsValid()) in DumpModuleUUID()
1417 module->GetUUID().Dump (&strm); in DumpModuleUUID()
2690 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue(); in DoExecute()
2706 module_spec.GetUUID().Dump (&strm); in DoExecute()
2735 module_spec.GetUUID().Dump (&strm); in DoExecute()
2760 … module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue(); in DoExecute()
2870 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
3014 uuid_str = module_spec.GetUUID().GetAsString(); in DoExecute()
4361 if (!module_spec.GetUUID().IsValid()) in AddModuleSymbols()
4384 if (symfile_module_spec.GetUUID().IsValid()) in AddModuleSymbols()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueUUID.cpp101 const UUID &module_uuid = module_sp->GetUUID(); in AutoComplete()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h436 GetUUID (lldb_private::UUID* uuid) = 0;
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h154 GetUUID(lldb_private::UUID* uuid);
HDObjectFileELF.cpp390 lldb_private::UUID &uuid = spec.GetUUID(); in GetModuleSpecifications()
543 ObjectFileELF::GetUUID(lldb_private::UUID* uuid) in GetUUID() function in ObjectFileELF
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1577 if (module_spec.GetUUID().IsValid()) in GetSharedModule()
1610 if (module_spec.GetUUID().IsValid()) in GetSharedModule()
1677 …if (module_spec.GetUUID().IsValid() && !module_spec.GetFileSpec().GetFilename().IsEmpty() && !modu… in GetSharedModule()
1680 module_spec_copy.GetUUID().Clear(); in GetSharedModule()