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()
182 Left.getAuthenticationMode() == Right.getAuthenticationMode(); in equalAuthPolicies()
198 if (CurAuth.getAuthenticationMode() != in emitPointerAuthResignCall()
200 NewAuth.getAuthenticationMode() != in emitPointerAuthResignCall()
318 auto AuthenticationMode = Schema.getAuthenticationMode(); in shouldSignPointer()
379 return CGPointerAuthInfo(Schema.getKey(), Schema.getAuthenticationMode(), in getMemberFunctionPointerAuthInfo()
H A DCGPointerAuthInfo.h62 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
H A DItaniumCXXABI.cpp858 Schema.getKey(), Schema.getAuthenticationMode(), Schema.isIsaPointer(), in EmitLoadOfMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h151 PointerAuthenticationMode getAuthenticationMode() const { in getAuthenticationMode() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h215 (getAuthenticationMode() == PointerAuthenticationMode::None));
246 (getAuthenticationMode() == PointerAuthenticationMode::None));
269 PointerAuthenticationMode getAuthenticationMode() const {
306 (Result.getAuthenticationMode() == PointerAuthenticationMode::None));