Home
last modified time | relevance | path

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

/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()
1025 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.cpp73 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp800 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
969 if (platform_module_spec.GetUUIDPtr() == nullptr) { in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3151 if (module_spec.GetUUIDPtr()) in DoExecute()