Searched defs:frontier (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_linux.cpp | 81 Frontier *frontier = reinterpret_cast<Frontier *>(data); in ProcessGlobalRegionsCallback() local 97 void ProcessGlobalRegions(Frontier *frontier) { in ProcessGlobalRegions() 104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations()
|
| H A D | lsan_common.cpp | 327 void ScanForPointers(uptr begin, uptr end, Frontier *frontier, in ScanForPointers() 374 void ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, in ScanRangeForPointers() 381 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) { in ScanGlobalRange() 398 void ScanRanges(const InternalMmapVector<Range> &ranges, Frontier *frontier, in ScanRanges() 407 Frontier *frontier) { in ScanExtraStackRanges() 426 static void ProcessThreadRegistry(Frontier *frontier) { in ProcessThreadRegistry() 451 Frontier *frontier, Accessor &accessor) { in ProcessThread() 559 Frontier *frontier, tid_t caller_tid, in ProcessThreads() 627 void ScanRootRegions(Frontier *frontier, in ScanRootRegions() 649 static void ProcessRootRegions(Frontier *frontier) { in ProcessRootRegions() [all …]
|
| H A D | lsan_common_fuchsia.cpp | 46 void ProcessGlobalRegions(Frontier *frontier) {} in ProcessGlobalRegions() argument 49 void ProcessPlatformSpecificAllocations(Frontier *frontier) {} in ProcessPlatformSpecificAllocations() argument
|
| H A D | lsan_common_mac.cpp | 137 void ProcessGlobalRegions(Frontier *frontier) { in ProcessGlobalRegions() 164 void ProcessPlatformSpecificAllocations(Frontier *frontier) { in ProcessPlatformSpecificAllocations()
|
| H A D | lsan_common.h | 248 Frontier frontier; member
|