Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp95 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
354 (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FindSymbolFileInBundle()
377 if ((uuid == nullptr || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FileAtPathContainsArchAndUUID()
416 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
433 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
537 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols()
772 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFile()
1029 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h93 UUID *GetUUIDPtr() { return (m_uuid.IsValid() ? &m_uuid : nullptr); } in GetUUIDPtr() function
95 const UUID *GetUUIDPtr() const { in GetUUIDPtr() function
228 if (match_module_spec.GetUUIDPtr() && in Matches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp77 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp805 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
974 if (platform_module_spec.GetUUIDPtr() == nullptr) { in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3075 if (module_spec.GetUUIDPtr()) in DoExecute()