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.cpp297 void ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, in ScanRangeForPointers() function
350 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()
353 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
355 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
362 ScanRangeForPointers(ranges[i].begin, ranges[i].end, frontier, "FAKE STACK", in ScanExtraStackRanges()
440 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
465 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
479 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
482 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
485 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", in ProcessThreads()
[all …]
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.h264 void ScanRangeForPointers(uptr begin, uptr end,