Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h231 bool Matches(const ModuleSpec &match_module_spec, in Matches() argument
233 if (match_module_spec.GetUUIDPtr() && in Matches()
234 match_module_spec.GetUUID() != GetUUID()) in Matches()
236 if (match_module_spec.GetObjectName() && in Matches()
237 match_module_spec.GetObjectName() != GetObjectName()) in Matches()
239 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()
242 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches()
248 !FileSpec::Match(match_module_spec.GetSymbolFileSpec(), in Matches()
252 if (match_module_spec.GetArchitecturePtr()) { in Matches()
255 match_module_spec.GetArchitecture())) in Matches()
[all …]