Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h247 bool Matches(const ModuleSpec &match_module_spec, in Matches() argument
249 if (match_module_spec.GetUUIDPtr() && in Matches()
250 match_module_spec.GetUUID() != GetUUID()) in Matches()
252 if (match_module_spec.GetObjectName() && in Matches()
255 if (match_module_spec.GetFileSpecPtr()) { in Matches()
274 if (match_module_spec.GetArchitecturePtr()) { in Matches()
277 match_module_spec.GetArchitecture())) in Matches()
281 match_module_spec.GetArchitecture())) in Matches()
363 match_module_spec = spec; in FindMatchingModuleSpec()
373 match_module_spec = spec; in FindMatchingModuleSpec()
[all …]