HomeSort by relevance Sort by last modified time
    Searched refs:Registers_ppc64 (Results 1 - 3 of 3) sorted by null

  /external/libunwind_llvm/src/
Registers.hpp 30 REGISTERS_PPC64,
1127 /// Registers_ppc64 holds the register state of a thread in a 64-bit PowerPC
1129 class _LIBUNWIND_HIDDEN Registers_ppc64 {
1131 Registers_ppc64();
1132 Registers_ppc64(const void *registers);
1146 static int getArch() { return REGISTERS_PPC64; }
1210 inline Registers_ppc64::Registers_ppc64(const void *registers) {
1211 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit),
1225 inline Registers_ppc64::Registers_ppc64()
    [all...]
libunwind.cpp 48 # define REGISTER_KIND Registers_ppc64
UnwindCursor.hpp     [all...]

Completed in 583 milliseconds