reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/lsan/lsan_common.h
  139 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);

References

projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
   91     ScanGlobalRange(begin, end, frontier);