Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DArchSpec.h121 kCore_ppc64_first = eCore_ppc64_generic, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DArchSpec.cpp916 …if ((core2 >= ArchSpec::kCore_ppc64_first && core2 <= ArchSpec::kCore_ppc64_last) || (core2 == Arc… in cores_match()