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

/external/libunwind_llvm/src/
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),
564 inline Registers_ppc::Registers_ppc() { function in class:libunwind::Registers_ppc
570 inline bool Registers_ppc
[all...]
H A Dlibunwind.cpp59 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_ppc>(
99 UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >, Registers_ppc>(
H A DUnwindCursor.hpp492 int stepWithCompactEncoding(Registers_ppc &) {
524 bool compactSaysUseDwarf(Registers_ppc &, uint32_t *) const {
552 compact_unwind_encoding_t dwarfEncoding(Registers_ppc &) const {
H A DUnwindRegistersRestore.S100 ; void libunwind::Registers_ppc::jumpto()

Completed in 218 milliseconds