Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common_fuchsia.cpp93 kReachable); in LockStuffAndStopTheWorld()
102 kReachable); in LockStuffAndStopTheWorld()
125 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
128 kReachable); in LockStuffAndStopTheWorld()
131 kReachable); in LockStuffAndStopTheWorld()
Dlsan_common.cpp296 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 …]
Dlsan_common_mac.cpp181 kReachable); in ProcessPlatformSpecificAllocations()
186 kReachable); in ProcessPlatformSpecificAllocations()
194 kReachable); in ProcessPlatformSpecificAllocations()
Dlsan_common.h72 kReachable = 2, enumerator