Home
last modified time | relevance | path

Searched refs:Registers_arm64 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
DCompactUnwinder.hpp502 Registers_arm64 &registers);
510 Registers_arm64 &registers);
513 A &addressSpace, Registers_arm64 &registers);
519 A &addressSpace, Registers_arm64 &registers) { in stepWithCompactEncoding()
534 Registers_arm64 &registers) { in stepWithCompactEncodingFrameless()
616 Registers_arm64 &registers) { in stepWithCompactEncodingFrame()
DUnwind-seh.cpp457 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
458 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
474 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx()
487 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext… in __unw_seh_set_disp_ctx()
DRegisters.hpp1812 class _LIBUNWIND_HIDDEN Registers_arm64; variable
1813 extern "C" void __libunwind_Registers_arm64_jumpto(Registers_arm64 *);
1814 class _LIBUNWIND_HIDDEN Registers_arm64 { class
1816 Registers_arm64();
1817 Registers_arm64(const void *registers);
1860 inline Registers_arm64::Registers_arm64(const void *registers) { in Registers_arm64() function in libunwind::Registers_arm64
1861 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
1871 inline Registers_arm64::Registers_arm64() { in Registers_arm64() function in libunwind::Registers_arm64
1876 inline bool Registers_arm64::validRegister(int regNum) const { in validRegister()
1892 inline uint64_t Registers_arm64::getRegister(int regNum) const { in getRegister()
[all …]
DUnwindCursor.hpp983 bool setInfoForSigReturn(Registers_arm64 &);
984 int stepThroughSigReturn(Registers_arm64 &);
1051 int stepWithCompactEncoding(Registers_arm64 &) { in stepWithCompactEncoding() argument
1127 bool compactSaysUseDwarf(Registers_arm64 &, uint32_t *offset) const { in compactSaysUseDwarf() argument
1204 compact_unwind_encoding_t dwarfEncoding(Registers_arm64 &) const { in dwarfEncoding()
2642 bool UnwindCursor<A, R>::setInfoForSigReturn(Registers_arm64 &) { in setInfoForSigReturn() argument
2684 int UnwindCursor<A, R>::stepThroughSigReturn(Registers_arm64 &) { in stepThroughSigReturn() argument
Dlibunwind.cpp57 # define REGISTER_KIND Registers_arm64 in __unw_init_local()