Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h259 kCore_mips32_first = eCore_mips32, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1273 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1291 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1317 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1341 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()