Searched refs:GetPcSpBp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 906 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function 931 GetPcSpBp(context, &pc, &sp, &bp); in InitPcSpBp()
|
H A D | sanitizer_linux.cpp | 2352 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function 2495 void SignalContext::InitPcSpBp() { GetPcSpBp(context, &pc, &sp, &bp); } in InitPcSpBp()
|