Searched refs:AllowList (Results 1 – 5 of 5) sorted by relevance
33 LLVMOrcSymbolStringPoolEntryRef *AllowList = in allowedSymbols() local37 LLVMOrcSymbolStringPoolEntryRef *P = AllowList; in allowedSymbols()141 LLVMOrcSymbolStringPoolEntryRef AllowList[] = { in main() local150 allowedSymbols, AllowList))) { in main()197 LLVMOrcSymbolStringPoolEntryRef *P = AllowList; in main()
569 bool AllowList() const { in AllowList() function
121 ArrayRef<std::string> AllowList) in ObjCMigrateASTConsumer() argument127 for (const std::string &Val : AllowList) in ObjCMigrateASTConsumer()2024 std::vector<std::string> AllowList = in CreateASTConsumer() local2029 /*isOutputFile=*/true, AllowList); in CreateASTConsumer()
865 DenseSet<SymbolStringPtr> AllowList({874 [&](const SymbolStringPtr &S) { return AllowList.count(S); })));
1196 if (breakpoint->AllowList()) in DoExecute()