Searched refs:m_uuid (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h27 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
H A DOptionGroupUUID.h52 return m_uuid;
56 OptionValueUUID m_uuid; member in class:lldb_private::OptionGroupUUID
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DUUID.cpp27 ::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...]
H A DModule.cpp134 m_uuid (),
178 m_uuid (),
316 obj_file->GetUUID(&m_uuid);
320 return m_uuid;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupUUID.cpp22 m_uuid ()
59 error = m_uuid.SetValueFromCString (option_arg);
61 m_uuid.SetOptionWasSet();
75 m_uuid.Clear();
H A DOptionValueUUID.cpp35 m_uuid.Dump (&strm);
53 if (m_uuid.SetFromCString(value_cstr) == 0)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h29 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
425 UUID m_uuid; member in class:lldb_private::ModuleSpec
[all...]
H A DUUID.h97 ValueType m_uuid; member in class:lldb_private::UUID
H A DModule.h992 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
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h181 lldb_private::UUID m_uuid; member in class:ObjectFileELF
H A DObjectFileELF.cpp466 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);

Completed in 215 milliseconds