|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/lsan/lsan_common.h 136 void ScanRangeForPointers(uptr begin, uptr end,
References
projects/compiler-rt/lib/lsan/lsan_common.cpp 200 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
203 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);
205 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
211 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable);
247 ScanRangeForPointers(registers_begin, registers_end, frontier,
270 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
282 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable);
285 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS",
288 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS",
298 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS",
321 ScanRangeForPointers(intersection_begin, intersection_end, frontier, "ROOT",
349 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
360 ScanRangeForPointers(chunk, chunk + m.requested_size(),