Searched refs:GetPcSpBp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/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 | 2093 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { in GetPcSpBp() function 2236 void SignalContext::InitPcSpBp() { GetPcSpBp(context, &pc, &sp, &bp); } in InitPcSpBp()
|