Searched refs:kReachable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_common.cpp | 188 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 …]
|
| D | lsan_common_fuchsia.cpp | 84 kReachable); in LockStuffAndStopTheWorld() 93 kReachable); in LockStuffAndStopTheWorld() 116 ¶ms->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld() 119 kReachable); in LockStuffAndStopTheWorld() 122 kReachable); in LockStuffAndStopTheWorld()
|
| D | lsan_common_mac.cpp | 165 kReachable); in ProcessPlatformSpecificAllocations()
|
| D | lsan_common.h | 65 kReachable = 2, enumerator
|