Searched refs:bottom_old (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 110 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument 112 if (bottom_old) in FinishSwitchFiber() 113 *bottom_old = stack_.bottom; in FinishSwitchFiber()
|
| H A D | msan_thread.h | 43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
| H A D | msan_interface_internal.h | 204 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
|
| H A D | msan.cpp | 714 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { in __msan_finish_switch_fiber() argument 720 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 174 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() argument 186 if (bottom_old) in FinishSwitchFiber() 187 *bottom_old = stack_bottom_; in FinishSwitchFiber() 582 void __sanitizer_finish_switch_fiber(void *fakestack, const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 589 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()
|
| H A D | asan_thread.h | 117 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | msan_interface.h | 128 void SANITIZER_CDECL __msan_finish_switch_fiber(const void **bottom_old,
|
| H A D | common_interface_defs.h | 443 const void **bottom_old,
|