Lines Matching defs:Authentication
474 std::optional<PointerAuthQualifier> Authentication;
476 Authentication = Existing->getSecond();
478 Authentication = computeVTPointerAuthentication(Record);
479 VTablePtrAuthInfos.insert(std::make_pair(Record, Authentication));
481 return Authentication;
488 auto Authentication = getVTablePointerAuthentication(Record);
489 if (!Authentication)
493 if (auto ExtraDiscriminator = Authentication->getExtraDiscriminator())
496 if (Authentication->isAddressDiscriminated()) {
506 return CGPointerAuthInfo(Authentication->getKey(),