Lines Matching defs:uuid

56     CFUUIDRef uuid, CFURLRef exec_url) = nullptr;
95 const UUID *uuid = module_spec.GetUUIDPtr();
119 if (uuid && uuid->IsValid()) {
121 llvm::ArrayRef<uint8_t> module_uuid = uuid->GetBytes();
150 path, uuid->GetAsString().c_str());
157 dsym_filespec, uuid, arch);
172 path, uuid->GetAsString().c_str());
180 CFCString uuid_cfstr(uuid->GetAsString().c_str());
198 uuid->GetAsString().c_str());
210 if (image_info.uuid && (!module_spec.GetUUID() ||
211 module_spec.GetUUID() == image_info.uuid)) {
218 uuid->GetAsString().c_str());
231 path, uuid->GetAsString().c_str());
330 const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch) {
353 if ((uuid == nullptr ||
354 (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) &&
369 const lldb_private::UUID *uuid) {
377 if ((uuid == nullptr || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) &&
388 // Given a binary exec_fspec, and a ModuleSpec with an architecture/uuid,
460 // Given a ModuleSpec with a FileSpec and optionally uuid/architecture
537 const UUID *uuid = module_spec.GetUUIDPtr();
561 if (uuid && uuid->IsValid()) {
563 llvm::ArrayRef<uint8_t> module_uuid = uuid->GetBytes();
592 path, uuid->GetAsString().c_str());
599 dsym_filespec, uuid, arch);
614 path, uuid->GetAsString().c_str());
622 CFCString uuid_cfstr(uuid->GetAsString().c_str());
640 uuid->GetAsString().c_str());
652 if (image_info.uuid && (!module_spec.GetUUID() ||
653 module_spec.GetUUID() == image_info.uuid)) {
660 uuid->GetAsString().c_str());
673 path, uuid->GetAsString().c_str());
772 const UUID *uuid = module_spec.GetUUIDPtr();
775 "LocateExecutableSymbolFileDsym (file = %s, arch = %s, uuid = %p)",
777 arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid);