Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModuleList.cpp762 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/
DLocateSymbolFileMacOSX.cpp472 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/
DRemoteAwarePlatform.cpp316 const UUID *uuid_ptr, in GetFileWithUUID() argument
319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
DPlatform.cpp175 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
DPlatformRemoteGDBServer.cpp196 const UUID *uuid_ptr, in GetFileWithUUID() argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h294 const UUID *uuid_ptr, FileSpec &local_file);