Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h232 bool Matches(const ModuleSpec &match_module_spec, in Matches() argument
234 if (match_module_spec.GetUUIDPtr() && in Matches()
235 match_module_spec.GetUUID() != GetUUID()) in Matches()
237 if (match_module_spec.GetObjectName() && in Matches()
238 match_module_spec.GetObjectName() != GetObjectName()) in Matches()
240 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()
243 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches()
249 !FileSpec::Match(match_module_spec.GetSymbolFileSpec(), in Matches()
253 if (match_module_spec.GetArchitecturePtr()) { in Matches()
256 match_module_spec.GetArchitecture())) in Matches()
[all …]