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 | 898 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function 923 GetPcSpBp(context, &pc, &sp, &bp); in InitPcSpBp()
|
| H A D | sanitizer_linux.cpp | 2570 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function 2735 void SignalContext::InitPcSpBp() { GetPcSpBp(context, &pc, &sp, &bp); } in InitPcSpBp()
|