Home
last modified time | relevance | path

Searched refs:uuid_ptr (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp805 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule() local
855 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule()
894 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule()
936 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule()
937 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
1016 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule()
1017 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1029 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile() local
1043 if (!uuid_ptr && in DownloadObjectAndSymbolFile()
1054 const std::string uuid_str = uuid_ptr ? uuid_ptr->GetAsString() : ""; in DownloadObjectAndSymbolFile()
1070 if (uuid_ptr && file_spec_ptr) in DownloadObjectAndSymbolFile()
1073 uuid_ptr->GetAsString()); in DownloadObjectAndSymbolFile()
1074 else if (uuid_ptr) in DownloadObjectAndSymbolFile()
1075 lookup_desc = uuid_ptr->GetAsString(); in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp177 const UUID *uuid_ptr, in GetFileWithUUID() argument
180 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
H A DPlatform.cpp152 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h48 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp131 const UUID *uuid_ptr, in GetFileWithUUID() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h268 const UUID *uuid_ptr, FileSpec &local_file);