Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp818 #define AARCH64_GET_REG(r) \ macro
822 #define AARCH64_GET_REG(r) ucontext->uc_mcontext->__ss.__##r macro
828 *pc = AARCH64_GET_REG(pc); in GetPcSpBp()
830 *bp = AARCH64_GET_REG(fp); in GetPcSpBp()
832 *bp = AARCH64_GET_REG(lr); in GetPcSpBp()
834 *sp = AARCH64_GET_REG(sp); in GetPcSpBp()
1244 Printf(" %s = 0x%016llx ", #r, AARCH64_GET_REG(r)); in DumpAllRegisters()