Home
last modified time | relevance | path

Searched refs:ScanRangeForPointers (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp92 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
101 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
125 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld()
128 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
131 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
H A Dlsan_common_mac.cpp185 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 Dlsan_common.cpp374 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 Dlsan_common.h265 void ScanRangeForPointers(uptr begin, uptr end,