Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h233 bool exact_arch_match) const { in Matches() argument
254 if (exact_arch_match) { in Matches()
342 bool exact_arch_match = true; in FindMatchingModuleSpec() local
344 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
352 exact_arch_match = false; in FindMatchingModuleSpec()
354 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()
367 bool exact_arch_match = true; in FindMatchingModuleSpecs() local
370 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
378 exact_arch_match = false; in FindMatchingModuleSpecs()
380 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h352 bool exact_arch_match,
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1189 bool exact_arch_match, in IsCompatibleArchitecture() argument
1195 if (exact_arch_match) { in IsCompatibleArchitecture()