Home
last modified time | relevance | path

Searched refs:jumpto (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
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
610 void jumpto();
1182 void jumpto();
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
2634 void jumpto();
2833 void jumpto();
3168 void jumpto();
3471 void jumpto();
[all …]
H A DUnwindCursor.hpp451 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } in jumpto() function in libunwind::AbstractUnwindCursor
501 virtual void jumpto();
908 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
944 virtual void jumpto();
1372 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto() function in libunwind::UnwindCursor
1373 _registers.jumpto(); in jumpto()
H A Dlibunwind.cpp216 co->jumpto(); in _LIBUNWIND_WEAK_ALIAS()