Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp83 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
92 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
115 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld()
118 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
121 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
H A Dlsan_common.cpp185 void ScanRangeForPointers(uptr begin, uptr end, in ScanRangeForPointers() function
229 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()
234 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
240 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
310 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
334 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
352 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", in ProcessThreads()
359 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads()
376 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()
[all …]
H A Dlsan_common_mac.cpp164 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations()
H A Dlsan_common.h152 void ScanRangeForPointers(uptr begin, uptr end,