Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h278 kCore_mips64_first = eCore_mips64, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1327 if (core2 >= ArchSpec::kCore_mips64_first && in cores_match()
1352 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()