Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp32 …onst ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match);
886 …const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match) in cores_match() argument
921 if (!enforce_exact_match) in cores_match()
938 if (!enforce_exact_match) in cores_match()
950 return cores_match (core2, core1, false, enforce_exact_match); in cores_match()