Home
last modified time | relevance | path

Searched refs:getReg (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp378 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() function in libunwind::AbstractUnwindCursor
423 virtual unw_word_t getReg(int);
450 (pint_t)this->getReg(UNW_REG_IP), in stepWithDwarfFDE()
580 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
1148 pint_t pc = (pint_t)this->getReg(UNW_REG_IP); in setInfoBasedOnIPRegister()
1297 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
1311 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()
Dlibunwind.cpp165 *value = co->getReg(regNum); in unw_get_reg()