Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h250 kCore_mips32_first = eCore_mips32, enumerator
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp1272 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1290 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1316 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1340 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()