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

  /external/libunwind_llvm/src/
Registers.hpp 29 REGISTERS_PPC,
561 /// Registers_ppc holds the register state of a thread in a 32-bit PowerPC
563 class _LIBUNWIND_HIDDEN Registers_ppc {
565 Registers_ppc();
566 Registers_ppc(const void *registers);
580 static int getArch() { return REGISTERS_PPC; }
643 inline Registers_ppc::Registers_ppc(const void *registers) {
644 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit),
661 inline Registers_ppc::Registers_ppc()
    [all...]
libunwind.cpp 50 # define REGISTER_KIND Registers_ppc
UnwindCursor.hpp     [all...]

Completed in 91 milliseconds