Searched refs:ScanRangeForPointers (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 92 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "STACK", in LockStuffAndStopTheWorld() 101 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld() 125 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld() 128 ScanRangeForPointers(begin2, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld() 131 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
|
| H A D | lsan_common_mac.cpp | 185 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 190 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 198 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations()
|
| H A D | lsan_common.cpp | 374 void ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, in ScanRangeForPointers() function 388 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange() 391 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange() 393 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange() 644 ScanRangeForPointers(r.begin, r.end, frontier, "ROOT", kReachable); in ScanRootRegions() 666 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 677 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()
|
| H A D | lsan_common.h | 265 void ScanRangeForPointers(uptr begin, uptr end,
|