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

/external/lldb/include/lldb/Core/
H A DModuleSpec.h378 Matches (const ModuleSpec &match_module_spec, bool exact_arch_match) const
406 if (exact_arch_match)
520 bool exact_arch_match = true; local
523 if (spec.Matches(module_spec, exact_arch_match))
533 exact_arch_match = false;
536 if (spec.Matches(module_spec, exact_arch_match))
551 bool exact_arch_match = true; local
555 if (spec.Matches(module_spec, exact_arch_match))
562 exact_arch_match = false;
565 if (spec.Matches(module_spec, exact_arch_match))
[all...]
/external/lldb/source/Target/
H A DPlatform.cpp728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) argument
735 if (exact_arch_match)

Completed in 326 milliseconds