Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DArchSpec.h259 kCore_mips32_first = eCore_mips32, enumerator
/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp1285 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1303 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1329 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1353 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()