HomeSort by relevance Sort by last modified time
    Searched refs:m_uuid (Results 1 - 13 of 13) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionValueUUID.h 27 m_uuid ()
33 m_uuid (uuid)
62 m_uuid.Clear();
77 return m_uuid;
83 return m_uuid;
89 m_uuid = value;
101 UUID m_uuid; member in class:lldb_private::OptionValueUUID
OptionGroupUUID.h 52 return m_uuid;
56 OptionValueUUID m_uuid; member in class:lldb_private::OptionGroupUUID
  /external/lldb/source/Core/
UUID.cpp 27 ::memset (m_uuid, 0, sizeof(m_uuid));
33 ::memcpy (m_uuid, rhs.m_uuid, sizeof (m_uuid));
47 ::memcpy (m_uuid, rhs.m_uuid, sizeof (m_uuid));
60 ::memset (m_uuid, 0, sizeof(m_uuid));
    [all...]
Module.cpp 134 m_uuid (),
178 m_uuid (),
316 obj_file->GetUUID(&m_uuid);
320 return m_uuid;
    [all...]
  /external/lldb/source/Interpreter/
OptionGroupUUID.cpp 22 m_uuid ()
59 error = m_uuid.SetValueFromCString (option_arg);
61 m_uuid.SetOptionWasSet();
75 m_uuid.Clear();
OptionValueUUID.cpp 35 m_uuid.Dump (&strm);
53 if (m_uuid.SetFromCString(value_cstr) == 0)
  /external/lldb/include/lldb/Core/
ModuleSpec.h 29 m_uuid (),
42 m_uuid (),
55 m_uuid (),
68 m_uuid (rhs.m_uuid),
85 m_uuid = rhs.m_uuid;
209 if (m_uuid.IsValid())
210 return &m_uuid;
217 if (m_uuid.IsValid()
425 UUID m_uuid; member in class:lldb_private::ModuleSpec
    [all...]
UUID.h 97 ValueType m_uuid; member in class:lldb_private::UUID
Module.h 992 lldb_private::UUID m_uuid; \/\/\/< Each module is assumed to have a unique identifier to help match it up to debug symbols. member in class:lldb_private::Module
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 613 if (m_uuid.IsValid() || rhs.GetUUID().IsValid())
615 if (m_uuid == rhs.GetUUID())
643 m_uuid = uuid;
649 return m_uuid;
691 if (m_uuid.IsValid())
693 if (m_uuid != memory_module_sp->GetUUID())
700 if (!m_uuid.IsValid() && memory_module_sp->GetUUID().IsValid())
702 m_uuid = memory_module_sp->GetUUID();
713 if (m_uuid.IsValid())
718 if (m_uuid != exe_module->GetUUID()
    [all...]
DynamicLoaderDarwinKernel.h 163 m_uuid (),
175 m_uuid.Clear();
263 lldb_private::UUID m_uuid; // UUID for this dylib if it has one, else all zeros member in class:DynamicLoaderDarwinKernel::KextImageInfo
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 181 lldb_private::UUID m_uuid; member in class:ObjectFileELF
ObjectFileELF.cpp 466 if (m_uuid.IsValid())
469 *uuid = m_uuid;
837 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_gnu_debuglink_crc);
    [all...]

Completed in 244 milliseconds