Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleSpec.h378 Matches (const ModuleSpec &match_module_spec, bool exact_arch_match) const in Matches()
520 bool exact_arch_match = true; in FindMatchingModuleSpec() local
551 bool exact_arch_match = true; in FindMatchingModuleSpecs() local
/external/lldb/source/Target/
DPlatform.cpp728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatib… in IsCompatibleArchitecture()