Searched refs:validatePointerAuthKey (Results 1 – 5 of 5) sorted by relevance
197 bool validatePointerAuthKey(const llvm::APSInt &value) const override;
1505 bool AArch64TargetInfo::validatePointerAuthKey( in validatePointerAuthKey() function in AArch64TargetInfo
939 bool TargetInfo::validatePointerAuthKey(const llvm::APSInt &value) const { in validatePointerAuthKey() function in TargetInfo
1629 virtual bool validatePointerAuthKey(const llvm::APSInt &value) const;
1527 if (!Context.getTargetInfo().validatePointerAuthKey(*KeyValue)) { in checkConstantPointerAuthKey()