Searched defs:Registers_ppc (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DRegisters.hpp465 /// Registers_ppc holds the register state of a thread in a 32-bit PowerPC
467 class _LIBUNWIND_HIDDEN Registers_ppc { class in namespace:libunwind
469 Registers_ppc();
470 Registers_ppc(const void *registers);
546 inline Registers_ppc::Registers_ppc(const void *registers) { function in class:libunwind::Registers_ppc
547 static_assert(sizeof(Registers_ppc) < sizeof(unw_context_t),
554 inline Registers_ppc::Registers_ppc() { function in class:libunwind::Registers_ppc
560 inline bool Registers_ppc
[all...]

Completed in 90 milliseconds