Home
last modified time | relevance | path

Searched defs:jumpto (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp451 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } in jumpto() function in libunwind::AbstractUnwindCursor
908 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
1372 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
H A DRegisters.hpp73 void jumpto() { __libunwind_Registers_x86_jumpto(this); } in jumpto() function in libunwind::Registers_x86
291 void jumpto() { __libunwind_Registers_x86_64_jumpto(this); } in jumpto() function in libunwind::Registers_x86_64
1840 void jumpto() { __libunwind_Registers_arm64_jumpto(this); } in jumpto() function in libunwind::Registers_arm64
2129 void jumpto() { in jumpto() function in libunwind::Registers_arm