Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h229 kCore_mips32_first = eCore_mips32, enumerator
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1226 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1244 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1270 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1294 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()