reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
157 Frontier *frontier, 193 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) { 210 Frontier *frontier = reinterpret_cast<Frontier *>(arg); 216 Frontier *frontier) { 311 void ScanRootRegion(Frontier *frontier, const RootRegion &root_region, 325 static void ProcessRootRegion(Frontier *frontier, 336 static void ProcessRootRegions(Frontier *frontier) { 344 static void FloodFillTag(Frontier *frontier, ChunkTag tag) { 388 Frontier *frontier; 435 void ProcessPC(Frontier *frontier) { 448 Frontier frontier;projects/compiler-rt/lib/lsan/lsan_common.h
121 void ProcessGlobalRegions(Frontier *frontier); 122 void ProcessPlatformSpecificAllocations(Frontier *frontier); 130 void ScanRootRegion(Frontier *frontier, RootRegion const ®ion, 137 Frontier *frontier, 139 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
81 Frontier *frontier = reinterpret_cast<Frontier *>(data); 97 void ProcessGlobalRegions(Frontier *frontier) { 104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}