Searched refs:uuid_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | ModuleList.cpp | 762 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule() local 812 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule() 851 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule() 893 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 894 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule() 973 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 974 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | LocateSymbolFileMacOSX.cpp | 472 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile() local 477 std::pair<FileSpec, FileSpec> paths = symbol_file_loader.GetPaths(uuid_ptr); in DownloadObjectAndSymbolFile() 490 uuid_ptr, module_spec.GetFileSpec(), module_spec.GetSymbolFileSpec()); in DownloadObjectAndSymbolFile() 523 if (uuid_ptr || in DownloadObjectAndSymbolFile() 583 if (uuid_ptr) in DownloadObjectAndSymbolFile() 584 uuid_str = uuid_ptr->GetAsString(); in DownloadObjectAndSymbolFile()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | RemoteAwarePlatform.cpp | 316 const UUID *uuid_ptr, in GetFileWithUUID() argument 319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
|
| D | Platform.cpp | 175 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.h | 54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
|
| D | PlatformRemoteGDBServer.cpp | 196 const UUID *uuid_ptr, in GetFileWithUUID() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | Platform.h | 294 const UUID *uuid_ptr, FileSpec &local_file);
|