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