Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h235 kCore_mips64_first = eCore_mips64, enumerator
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1247 if (core2 >= ArchSpec::kCore_mips64_first && in cores_match()
1272 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()