Home
last modified time | relevance | path

Searched refs:GetUUIDPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp59 if ((uuid == nullptr || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FileAtPathContainsArchAndUUID()
99 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
116 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
210 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFileDsym()
235 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
H A DLocateSymbolFileMacOSX.cpp57 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols()
294 (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FindSymbolFileInBundle()
472 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h98 UUID *GetUUIDPtr() { return (m_uuid.IsValid() ? &m_uuid : nullptr); } in GetUUIDPtr() function
100 const UUID *GetUUIDPtr() const { in GetUUIDPtr() function
233 if (match_module_spec.GetUUIDPtr() && in Matches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp762 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
931 if (platform_module_spec.GetUUIDPtr() == nullptr) { in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2804 if (module_spec.GetUUIDPtr()) in DoExecute()