Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp450 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } in jumpto() function in libunwind::AbstractUnwindCursor
895 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
1339 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
H A DRegisters.hpp72 void jumpto() { __libunwind_Registers_x86_jumpto(this); } in jumpto() function in libunwind::Registers_x86
290 void jumpto() { __libunwind_Registers_x86_64_jumpto(this); } in jumpto() function in libunwind::Registers_x86_64
1828 void jumpto() { __libunwind_Registers_arm64_jumpto(this); } in jumpto() function in libunwind::Registers_arm64
2117 void jumpto() { in jumpto() function in libunwind::Registers_arm