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

  /external/libcxxabi/src/Unwind/
Registers.hpp 465 /// Registers_ppc holds the register state of a thread in a 32-bit PowerPC
467 class _LIBUNWIND_HIDDEN Registers_ppc {
469 Registers_ppc();
470 Registers_ppc(const void *registers);
546 inline Registers_ppc::Registers_ppc(const void *registers) {
547 static_assert(sizeof(Registers_ppc) < sizeof(unw_context_t),
554 inline Registers_ppc::Registers_ppc() {
560 inline bool Registers_ppc::validRegister(int regNum) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 465 /// Registers_ppc holds the register state of a thread in a 32-bit PowerPC
467 class _LIBUNWIND_HIDDEN Registers_ppc {
469 Registers_ppc();
470 Registers_ppc(const void *registers);
546 inline Registers_ppc::Registers_ppc(const void *registers) {
547 static_assert(sizeof(Registers_ppc) < sizeof(unw_context_t),
554 inline Registers_ppc::Registers_ppc() {
560 inline bool Registers_ppc::validRegister(int regNum) const
    [all...]

Completed in 70 milliseconds