Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp31 …onst ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match);
832 …const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match) in cores_match() argument
871 if (!enforce_exact_match) in cores_match()
883 return cores_match (core2, core1, false, enforce_exact_match); in cores_match()