Searched refs:AddAddr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 42 void AddAddr(uptr addr, StackID stack_id, bool write); 81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr() function
|
| H A D | tsan_mutexset.cpp | 24 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) { in AddAddr() function in __tsan::MutexSet
|
| H A D | tsan_rtl_mutex.cpp | 77 thr->mset.AddAddr(addr, stack_id, write); in RecordMutexLock()
|
| H A D | tsan_rtl_report.cpp | 572 mset->AddAddr(ev_addr, stack_id, is_write); in RestoreStack()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mutexset.h | 47 void AddAddr(uptr addr, StackID stack_id, bool write); 88 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr() function
|
| H A D | tsan_mutexset.cpp | 74 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) { in AddAddr() function in __tsan::MutexSet
|
| H A D | tsan_rtl_report.cpp | 645 mset->AddAddr(ev_addr, stack_id, is_write); in RestoreStack()
|