Searched refs:ScanGlobalRange (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_linux.cpp | 91 ScanGlobalRange(begin, end, frontier); in ProcessGlobalRegionsCallback()
|
H A D | lsan_common_fuchsia.cpp | 84 ScanGlobalRange(begin, end, ¶ms->argument->frontier); in LockStuffAndStopTheWorld()
|
H A D | lsan_common_mac.cpp | 159 ScanGlobalRange(range.beg, range.end, frontier); in ProcessGlobalRegions()
|
H A D | lsan_common.h | 267 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);
|
H A D | lsan_common.cpp | 343 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) { in ScanGlobalRange() function
|