Home
last modified time | relevance | path

Searched defs:getIP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/lib/libunwind/
H A DRegisters.hpp60 uint32_t getIP() const { return reg[REGNO_X86_EIP]; } in getIP() function in _Unwind::Registers_x86
126 uint64_t getIP() const { return reg[REGNO_X86_64_RIP]; } in getIP() function in _Unwind::Registers_x86_64
245 uint64_t getIP() const { return reg[REGNO_PPC32_SRR0]; } in getIP() function in _Unwind::Registers_ppc32
340 uint64_t getIP() const { return reg[REGNO_AARCH64_X30]; } in getIP() function in _Unwind::Registers_aarch64
426 uint64_t getIP() const { return reg[REGNO_ARM32_R15]; } in getIP() function in _Unwind::Registers_arm32
546 uint64_t getIP() const { return reg[REGNO_VAX_R15]; } in getIP() function in _Unwind::Registers_vax
625 uint64_t getIP() const { return reg[REGNO_M68K_PC]; } in getIP() function in _Unwind::Registers_M68K
720 uint64_t getIP() const { return reg[REGNO_SH3_PC]; } in getIP() function in _Unwind::Registers_SH3
784 uint64_t getIP() const { return reg[REGNO_SPARC64_PC]; } in getIP() function in _Unwind::Registers_SPARC64
848 uint64_t getIP() const { return reg[REGNO_SPARC_PC]; } in getIP() function in _Unwind::Registers_SPARC
[all …]
H A DUnwindCursor.hpp33 uint64_t getIP() const { return fRegisters.getIP(); } in getIP() function in _Unwind::UnwindCursor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h114 MCInstPrinter *getIP() { return IP.get(); } in getIP() function