Searched refs:bottom_old (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 109 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument 111 if (bottom_old) in FinishSwitchFiber() 112 *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 | 195 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
|
| H A D | msan.cpp | 709 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { in __msan_finish_switch_fiber() argument 715 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 147 uptr *bottom_old, in FinishSwitchFiber() argument 159 if (bottom_old) in FinishSwitchFiber() 160 *bottom_old = stack_bottom_; in FinishSwitchFiber() 545 const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 553 (uptr*)bottom_old, in __sanitizer_finish_switch_fiber()
|
| H A D | asan_thread.h | 102 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | msan_interface.h | 118 void __msan_finish_switch_fiber(const void **bottom_old, size_t *size_old);
|
| H A D | common_interface_defs.h | 353 const void **bottom_old,
|