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