Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleSpec.h378 Matches (const ModuleSpec &match_module_spec, bool exact_arch_match) const in Matches() argument
406 if (exact_arch_match) in Matches()
520 bool exact_arch_match = true; in FindMatchingModuleSpec() local
523 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpec()
533 exact_arch_match = false; in FindMatchingModuleSpec()
536 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpec()
551 bool exact_arch_match = true; in FindMatchingModuleSpecs() local
555 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
562 exact_arch_match = false; in FindMatchingModuleSpecs()
565 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
/external/lldb/source/Target/
DPlatform.cpp728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatib… in IsCompatibleArchitecture() argument
735 if (exact_arch_match) in IsCompatibleArchitecture()
/external/lldb/include/lldb/Target/
DPlatform.h369 bool exact_arch_match,