Searched defs:getIP (Results 1 – 3 of 3) sorted by relevance
59 uint32_t getIP() const { return reg[REGNO_X86_EIP]; } in getIP() function in _Unwind::Registers_x86125 uint64_t getIP() const { return reg[REGNO_X86_64_RIP]; } in getIP() function in _Unwind::Registers_x86_64209 uint64_t getIP() const { return reg[REGNO_PPC32_SRR0]; } in getIP() function in _Unwind::Registers_ppc32295 uint64_t getIP() const { return reg[REGNO_AARCH64_X30]; } in getIP() function in _Unwind::Registers_aarch64378 uint64_t getIP() const { return reg[REGNO_ARM32_R15]; } in getIP() function in _Unwind::Registers_arm32460 uint64_t getIP() const { return reg[REGNO_VAX_R15]; } in getIP() function in _Unwind::Registers_vax536 uint64_t getIP() const { return reg[REGNO_M68K_PC]; } in getIP() function in _Unwind::Registers_M68K611 uint64_t getIP() const { return reg[REGNO_SH3_PC]; } in getIP() function in _Unwind::Registers_SH3675 uint64_t getIP() const { return reg[REGNO_SPARC64_PC]; } in getIP() function in _Unwind::Registers_SPARC64739 uint64_t getIP() const { return reg[REGNO_SPARC_PC]; } in getIP() function in _Unwind::Registers_SPARC[all …]
35 uint64_t getIP() const { return fRegisters.getIP(); } in getIP() function in _Unwind::UnwindCursor
119 MCInstPrinter *getIP() { return IP.get(); } in getIP() function