Searched refs:FunctionSeedAllowList (Results 1 – 1 of 1) sorted by relevance
119 static cl::list<std::string> FunctionSeedAllowList( variable1687 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()1688 Result &= std::count(FunctionSeedAllowList.begin(), in shouldSeedAttribute()1689 FunctionSeedAllowList.end(), Fn->getName()); in shouldSeedAttribute()