Searched refs:kReachable (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_common_fuchsia.cpp | 93 kReachable); in LockStuffAndStopTheWorld() 102 kReachable); in LockStuffAndStopTheWorld() 125 ¶ms->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld() 128 kReachable); in LockStuffAndStopTheWorld() 131 kReachable); in LockStuffAndStopTheWorld()
|
| D | lsan_common.cpp | 296 CHECK(tag == kReachable || tag == kIndirectlyLeaked); in ScanRangeForPointers() 317 if (m.tag() == kReachable || m.tag() == kIgnored) in ScanRangeForPointers() 348 kReachable); in ScanGlobalRange() 350 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange() 352 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange() 360 kReachable); in ScanExtraStackRanges() 393 m.set_tag(kReachable); in ProcessThreadRegistry() 438 "REGISTERS", kReachable); in ProcessThreads() 463 kReachable); in ProcessThreads() 476 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads() [all …]
|
| D | lsan_common_mac.cpp | 181 kReachable); in ProcessPlatformSpecificAllocations() 186 kReachable); in ProcessPlatformSpecificAllocations() 194 kReachable); in ProcessPlatformSpecificAllocations()
|
| D | lsan_common.h | 72 kReachable = 2, enumerator
|