Home
last modified time | relevance | path

Searched refs:use_root_regions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp169 bool use_root_regions = flags()->use_root_regions && HasRootRegions(); in ProcessPlatformSpecificAllocations() local
207 if (scan_state.seen_regions == SeenRegion::All && !use_root_regions) { in ProcessPlatformSpecificAllocations()
218 if (use_root_regions && (info.protection & kProtectionRead)) in ProcessPlatformSpecificAllocations()
H A Dlsan_flags.inc34 LSAN_FLAG(bool, use_root_regions, true,
H A Dlsan_common.cpp545 if (!flags()->use_root_regions) in ScanRootRegions()
566 if (!flags()->use_root_regions || !HasRootRegions()) in ProcessRootRegions()