Searched refs:UNW_REG_IP (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp114 if (regNum == UNW_REG_IP)
127 case UNW_REG_IP:
161 case UNW_REG_IP:
205 case UNW_REG_IP:
331 if (regNum == UNW_REG_IP)
344 case UNW_REG_IP:
386 case UNW_REG_IP:
446 case UNW_REG_IP:
670 if (regNum == UNW_REG_IP)
693 case UNW_REG_IP
[all...]
H A DUnwindLevel1.c82 __unw_get_reg(cursor, UNW_REG_IP, &pc);
221 __unw_get_reg(cursor, UNW_REG_IP, &pc);
498 __unw_get_reg(cursor, UNW_REG_IP, &result);
512 __unw_set_reg(cursor, UNW_REG_IP, value);
H A DUnwindLevel1-gcc-ext.c98 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
200 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
H A DUnwindCursor.hpp557 _msContext.Rip = r.getRegister(UNW_REG_IP);
623 _msContext.Pc = r.getRegister(UNW_REG_IP);
644 if (regNum == UNW_REG_IP || regNum == UNW_REG_SP) return true;
659 case UNW_REG_IP: return _msContext.Rip;
694 case UNW_REG_IP:
698 case UNW_REG_IP: return _msContext.Pc;
709 case UNW_REG_IP: _msContext.Rip = value; break;
744 case UNW_REG_IP:
748 case UNW_REG_IP: _msContext.Pc = value; break;
930 (pint_t)this->getReg(UNW_REG_IP),
[all...]
H A DUnwind-seh.cpp119 __unw_set_reg(&cursor, UNW_REG_IP, disp->ControlPc - 1);
187 __unw_get_reg(&cursor, UNW_REG_IP, &target);
H A DUnwind-EHABI.cpp474 __unw_get_reg(cursor, UNW_REG_IP, &pc);
566 __unw_set_reg(cursor, UNW_REG_IP,
633 __unw_get_reg(cursor, UNW_REG_IP, &pc);
645 __unw_get_reg(cursor, UNW_REG_IP, &pc);
H A Dlibunwind.cpp107 if (regNum == UNW_REG_IP) {
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h133 UNW_REG_IP = -1, // instruction pointer enumerator in enum:__anon2624
587 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP

Completed in 81 milliseconds