Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h256 kCore_mips64_first = eCore_mips64, enumerator
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp1293 if (core2 >= ArchSpec::kCore_mips64_first && in cores_match()
1318 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()