Lines Matching refs:UnwindCursor
461 class UnwindCursor : public AbstractUnwindCursor { class
464 UnwindCursor(unw_context_t *context, A &as);
465 UnwindCursor(CONTEXT *context, A &as);
466 UnwindCursor(A &as, void *threadArg);
467 virtual ~UnwindCursor() {} in ~UnwindCursor()
528 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
530 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
629 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
631 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
642 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
655 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg()
705 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) { in setReg()
786 bool UnwindCursor<A, R>::validFloatReg(int regNum) { in validFloatReg()
797 unw_fpreg_t UnwindCursor<A, R>::getFloatReg(int regNum) { in getFloatReg()
824 void UnwindCursor<A, R>::setFloatReg(int regNum, unw_fpreg_t value) { in setFloatReg()
850 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto()
855 template <typename A, typename R> void UnwindCursor<A, R>::saveVFPAsX() {} in saveVFPAsX()
859 const char *UnwindCursor<A, R>::getRegisterName(int regNum) { in getRegisterName()
863 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame()
872 class UnwindCursor : public AbstractUnwindCursor{ class
875 UnwindCursor(unw_context_t *context, A &as);
876 UnwindCursor(A &as, void *threadArg);
877 virtual ~UnwindCursor() {} in ~UnwindCursor()
1152 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
1155 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
1161 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor
1170 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
1175 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg()
1180 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) { in setReg()
1185 bool UnwindCursor<A, R>::validFloatReg(int regNum) { in validFloatReg()
1190 unw_fpreg_t UnwindCursor<A, R>::getFloatReg(int regNum) { in getFloatReg()
1195 void UnwindCursor<A, R>::setFloatReg(int regNum, unw_fpreg_t value) { in setFloatReg()
1199 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto()
1204 template <typename A, typename R> void UnwindCursor<A, R>::saveVFPAsX() { in saveVFPAsX()
1210 const char *UnwindCursor<A, R>::getRegisterName(int regNum) { in getRegisterName()
1214 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame()
1285 bool UnwindCursor<A, R>::getInfoFromEHABISection( in getInfoFromEHABISection()
1425 bool UnwindCursor<A, R>::getInfoFromDwarfSection(pint_t pc, in getInfoFromDwarfSection()
1499 bool UnwindCursor<A, R>::getInfoFromCompactEncodingSection(pint_t pc, in getInfoFromCompactEncodingSection()
1756 bool UnwindCursor<A, R>::getInfoFromSEH(pint_t pc) { in getInfoFromSEH()
1804 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister()
1935 int UnwindCursor<A, R>::step() { in step()
1968 void UnwindCursor<A, R>::getInfo(unw_proc_info_t *info) { in getInfo()
1973 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName()