Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp58 if ((uuid == NULL || (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) && in FileAtPathContainsArchAndUUID()
97 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
114 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
205 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFileDsym()
231 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h116 UUID *GetUUIDPtr() { return (m_uuid.IsValid() ? &m_uuid : nullptr); } in GetUUIDPtr() function
118 const UUID *GetUUIDPtr() const { in GetUUIDPtr() function
249 if (match_module_spec.GetUUIDPtr() && in Matches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp793 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
959 if (platform_module_spec.GetUUIDPtr() == nullptr) { in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2920 if (module_spec.GetUUIDPtr()) in DoExecute()