Searched defs:getIP (Results 1 – 3 of 3) sorted by relevance
60 uint32_t getIP() const { return reg[REGNO_X86_EIP]; } in getIP() function in _Unwind::Registers_x86126 uint64_t getIP() const { return reg[REGNO_X86_64_RIP]; } in getIP() function in _Unwind::Registers_x86_64245 uint64_t getIP() const { return reg[REGNO_PPC32_SRR0]; } in getIP() function in _Unwind::Registers_ppc32340 uint64_t getIP() const { return reg[REGNO_AARCH64_X30]; } in getIP() function in _Unwind::Registers_aarch64426 uint64_t getIP() const { return reg[REGNO_ARM32_R15]; } in getIP() function in _Unwind::Registers_arm32546 uint64_t getIP() const { return reg[REGNO_VAX_R15]; } in getIP() function in _Unwind::Registers_vax625 uint64_t getIP() const { return reg[REGNO_M68K_PC]; } in getIP() function in _Unwind::Registers_M68K720 uint64_t getIP() const { return reg[REGNO_SH3_PC]; } in getIP() function in _Unwind::Registers_SH3784 uint64_t getIP() const { return reg[REGNO_SPARC64_PC]; } in getIP() function in _Unwind::Registers_SPARC64848 uint64_t getIP() const { return reg[REGNO_SPARC_PC]; } in getIP() function in _Unwind::Registers_SPARC[all …]
33 uint64_t getIP() const { return fRegisters.getIP(); } in getIP() function in _Unwind::UnwindCursor
114 MCInstPrinter *getIP() { return IP.get(); } in getIP() function