Lines Matching defs:getReg
434 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
494 virtual unw_word_t getReg(int);
706 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
937 virtual unw_word_t getReg(int);
1023 _addressSpace, (pint_t)this->getReg(UNW_REG_IP),
1305 return stepWithTBTable(reinterpret_cast<pint_t>(this->getReg(UNW_REG_IP)),
1348 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
2564 pint_t pc = static_cast<pint_t>(this->getReg(UNW_REG_IP));
2712 const pint_t pc = static_cast<pint_t>(this->getReg(UNW_REG_IP));
2767 const pint_t pc = static_cast<pint_t>(getReg(UNW_REG_IP));
2825 const pint_t pc = static_cast<pint_t>(this->getReg(UNW_REG_IP));
2844 const pint_t sp = static_cast<pint_t>(this->getReg(UNW_REG_SP));
2850 const pint_t pc = static_cast<pint_t>(this->getReg(UNW_REG_IP));
2973 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP),