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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp939 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); local
991 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID())
1039 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID())
1087 if (uuid_ptr && uuid_ptr->IsValid())
1088 uuid_str = uuid_ptr->GetAsString();
1172 if (uuid_ptr && uuid_ptr
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp279 const UUID *uuid_ptr,
285 return m_remote_platform_sp->GetFileWithUUID (platform_file, uuid_ptr, local_file);
278 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp271 const UUID *uuid_ptr,
277 return m_remote_platform_sp->GetFileWithUUID (platform_file, uuid_ptr, local_file);
270 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h85 const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp222 const UUID *uuid_ptr,
221 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h356 /// @param[in] uuid_ptr
377 const UUID *uuid_ptr,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp216 const UUID *uuid_ptr,
215 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument

Completed in 145 milliseconds