Searched refs:VforkAllowlist (Results 1 – 1 of 1) sorted by relevance
48 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkAllowlist; member in __anon4b7dad600111::VforkChecker100 if (VforkAllowlist.empty()) { in isCallExplicitelyAllowed()117 VforkAllowlist.insert(&AC.Idents.get(*id)); in isCallExplicitelyAllowed()120 return VforkAllowlist.count(II); in isCallExplicitelyAllowed()