Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp449 virtual void saveVFPAsX() { _LIBUNWIND_ABORT("saveVFPAsX not implemented"); } in saveVFPAsX() function in libunwind::AbstractUnwindCursor
861 template <typename A, typename R> void UnwindCursor<A, R>::saveVFPAsX() {} in saveVFPAsX() function in libunwind::UnwindCursor
1226 template <typename A, typename R> void UnwindCursor<A, R>::saveVFPAsX() { in saveVFPAsX() function in libunwind::UnwindCursor
HDRegisters.hpp2077 void saveVFPAsX() { in saveVFPAsX() function in libunwind::Registers_arm