reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/UUID.h
  105     return !(LHS == RHS);
tools/lldb/source/Core/Module.cpp
 1556     return (uuid == GetUUID());
tools/lldb/source/Core/ModuleList.cpp
  481       if ((*pos)->GetUUID() == uuid) {
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  230           exe_objfile->GetBaseAddress().GetFileAddress(), process) ==
  625     return m_uuid == rhs.GetUUID();
  849       if (m_uuid.IsValid() && m_module_sp->GetUUID() == m_uuid) {
  867     if (m_module_sp->GetUUID() == m_memory_module_sp->GetUUID()) {
 1229         kext_summaries[new_kext].GetUUID() == m_kernel.GetUUID()) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  146              uuid == rhs.uuid &&
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
   60   return L.OS == R.OS && L.Arch == R.Arch && L.ID == R.ID;
   73   return L.ID == R.ID;
tools/lldb/source/Symbol/LocateSymbolFile.cpp
   58       if ((uuid == nullptr || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) &&
  366             if (!module_uuid.IsValid() || module_uuid == mspec.GetUUID())
tools/lldb/source/Target/Platform.cpp
 1539           module_spec.GetUUID() == resolved_module_spec.GetUUID()) {
 1569           module_spec.GetUUID() == resolved_module_spec.GetUUID()) {
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {