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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp760 #define AARCH64_GET_REG(r) \ macro
764 #define AARCH64_GET_REG(r) ucontext->uc_mcontext->__ss.__##r macro
770 *pc = AARCH64_GET_REG(pc);
772 *bp = AARCH64_GET_REG(fp);
774 *bp = AARCH64_GET_REG(lr);
776 *sp = AARCH64_GET_REG(sp);
1134 Printf(" %s = 0x%016llx ", #r, AARCH64_GET_REG(r));

Completed in 46 milliseconds