Searched refs:getAuthenticationMode (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 88 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in getFunctionPointerAuthInfo() 123 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in EmitPointerAuthInfo() 150 return CGPointerAuthInfo(Qual.getKey(), Qual.getAuthenticationMode(), in EmitPointerAuthInfo() 294 Left.getAuthenticationMode() == Right.getAuthenticationMode() && in equalAuthPolicies() 313 if (CurAuth.getAuthenticationMode() != in emitPointerAuthResignCall() 315 NewAuth.getAuthenticationMode() != in emitPointerAuthResignCall() 450 auto AuthenticationMode = Schema.getAuthenticationMode(); in shouldSignPointer() 511 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in getMemberFunctionPointerAuthInfo()
|
| H A D | CGPointerAuthInfo.h | 62 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
|
| H A D | ItaniumCXXABI.cpp | 867 Schema.getKey(), Schema.getAuthenticationMode(), Schema.isIsaPointer(), in EmitLoadOfMemberFunctionPointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PointerAuthOptions.h | 179 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 220 (getAuthenticationMode() == PointerAuthenticationMode::None)); 251 (getAuthenticationMode() == PointerAuthenticationMode::None)); 274 PointerAuthenticationMode getAuthenticationMode() const { 311 (Result.getAuthenticationMode() == PointerAuthenticationMode::None));
|