Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp188 CHECK(tag == kReachable || tag == kIndirectlyLeaked); in ScanRangeForPointers()
202 if (m.tag() == kReachable || m.tag() == kIgnored) continue; in ScanRangeForPointers()
230 kReachable); in ScanGlobalRange()
232 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
234 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
240 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
272 m.set_tag(kReachable); in ProcessThreadRegistry()
311 "REGISTERS", kReachable); in ProcessThreads()
335 kReachable); in ProcessThreads()
346 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
[all …]
Dlsan_common_fuchsia.cpp84 kReachable); in LockStuffAndStopTheWorld()
93 kReachable); in LockStuffAndStopTheWorld()
116 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
119 kReachable); in LockStuffAndStopTheWorld()
122 kReachable); in LockStuffAndStopTheWorld()
Dlsan_common_mac.cpp165 kReachable); in ProcessPlatformSpecificAllocations()
Dlsan_common.h65 kReachable = 2, enumerator