Home
last modified time | relevance | path

Searched refs:getAuthenticationMode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp88 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 DCGPointerAuthInfo.h62 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
H A DItaniumCXXABI.cpp867 Schema.getKey(), Schema.getAuthenticationMode(), Schema.isIsaPointer(), in EmitLoadOfMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h179 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h220 (getAuthenticationMode() == PointerAuthenticationMode::None));
251 (getAuthenticationMode() == PointerAuthenticationMode::None));
274 PointerAuthenticationMode getAuthenticationMode() const {
311 (Result.getAuthenticationMode() == PointerAuthenticationMode::None));