Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h268 kCore_mips64el_first = eCore_mips64el, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1306 if (core2 >= ArchSpec::kCore_mips64el_first && in cores_match()
1331 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match()