Searched refs:AllowList (Results 1 – 4 of 4) sorted by relevance
43 const std::set<SPIRV::Extension::Extension> &AllowList) { in addExtensionsToClOpt() argument44 Extensions.insert(AllowList.begin(), AllowList.end()); in addExtensionsToClOpt()
157 addExtensionsToClOpt(const std::set<SPIRV::Extension::Extension> &AllowList);
571 bool AllowList() const { in AllowList() function
1205 if (breakpoint->AllowList()) in DoExecute()