Searched refs:FunctionSeedAllowList (Results 1 – 1 of 1) sorted by relevance
133 static cl::list<std::string> FunctionSeedAllowList( variable2789 if (FunctionSeedAllowList.size() != 0 && Fn) in shouldSeedAttribute()2790 Result &= llvm::is_contained(FunctionSeedAllowList, Fn->getName()); in shouldSeedAttribute()