Lines Matching refs:UnwindCursor
416 class UnwindCursor : public AbstractUnwindCursor{ class
419 UnwindCursor(unw_context_t *context, A &as);
420 UnwindCursor(A &as, void *threadArg);
421 virtual ~UnwindCursor() {} in ~UnwindCursor()
571 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
574 static_assert(sizeof(UnwindCursor<A, R>) < sizeof(unw_cursor_t), in UnwindCursor()
580 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor
589 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
594 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg()
599 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) { in setReg()
604 bool UnwindCursor<A, R>::validFloatReg(int regNum) { in validFloatReg()
609 unw_fpreg_t UnwindCursor<A, R>::getFloatReg(int regNum) { in getFloatReg()
614 void UnwindCursor<A, R>::setFloatReg(int regNum, unw_fpreg_t value) { in setFloatReg()
618 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { in jumpto()
623 template <typename A, typename R> void UnwindCursor<A, R>::saveVFPAsX() { in saveVFPAsX()
629 const char *UnwindCursor<A, R>::getRegisterName(int regNum) { in getRegisterName()
633 template <typename A, typename R> bool UnwindCursor<A, R>::isSignalFrame() { in isSignalFrame()
701 bool UnwindCursor<A, R>::getInfoFromEHABISection( in getInfoFromEHABISection()
834 bool UnwindCursor<A, R>::getInfoFromDwarfSection(pint_t pc, in getInfoFromDwarfSection()
908 bool UnwindCursor<A, R>::getInfoFromCompactEncodingSection(pint_t pc, in getInfoFromCompactEncodingSection()
1164 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister()
1289 int UnwindCursor<A, R>::step() { in step()
1321 void UnwindCursor<A, R>::getInfo(unw_proc_info_t *info) { in getInfo()
1326 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName()