Searched refs:uuid_ptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp731 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); local
781 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) {
820 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) {
862 if (uuid_ptr && uuid_ptr->IsValid())
863 uuid_str = uuid_ptr->GetAsString();
942 if (uuid_ptr && uuid_ptr
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp478 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); local
509 if (uuid_ptr ||
569 if (uuid_ptr)
570 uuid_str = uuid_ptr->GetAsString();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp161 const UUID *uuid_ptr,
164 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr,
160 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatform.cpp168 const UUID *uuid_ptr, FileSpec &local_file) {
167 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h53 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp193 const UUID *uuid_ptr,
192 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h271 /// \param[in] uuid_ptr
290 const UUID *uuid_ptr, FileSpec &local_file);

Completed in 122 milliseconds