Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h227 bool exact_arch_match) const { in Matches() argument
248 if (exact_arch_match) { in Matches()
336 bool exact_arch_match = true; in FindMatchingModuleSpec() local
338 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
346 exact_arch_match = false; in FindMatchingModuleSpec()
348 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
361 bool exact_arch_match = true; in FindMatchingModuleSpecs() local
364 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
372 exact_arch_match = false; in FindMatchingModuleSpecs()
374 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()