Searched refs:module_uuid (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValueUUID.cpp101 const UUID &module_uuid = module_sp->GetUUID(); local
102 if (module_uuid.IsValid())
108 add_uuid = ::memcmp(module_uuid.GetBytes(), uuid_bytes, num_bytes_decoded) == 0;
112 uuid_str = module_uuid.GetAsString();
/external/lldb/source/Host/common/
H A DSymbols.cpp54 const UUID &module_uuid = module_spec.GetUUID(); local
55 if (module_uuid.IsValid())
59 uuid_str = module_uuid.GetAsString("");
103 if (mspec.GetUUID() == module_uuid)
/external/lldb/source/Host/macosx/
H A DSymbols.cpp304 const UInt8 *module_uuid = (const UInt8 *)uuid->GetBytes(); local
305 if (module_uuid != NULL)
308 module_uuid[0],
309 module_uuid[1],
310 module_uuid[2],
311 module_uuid[3],
312 module_uuid[4],
313 module_uuid[5],
314 module_uuid[6],
315 module_uuid[
[all...]
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp56 const UUID &module_uuid = module->GetUUID(); local
60 if (module_uuid.IsValid())
64 if (pos->uuid == module_uuid)
68 if (m_dyld.uuid == module_uuid)

Completed in 124 milliseconds