Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp432 unsigned ExplicitKey = ExplicitAuthentication->getKey(); in computeVTPointerAuthentication() local
433 if (ExplicitKey == VTablePointerAuthenticationAttr::NoKey) in computeVTPointerAuthentication()
436 if (ExplicitKey != VTablePointerAuthenticationAttr::DefaultKey) { in computeVTPointerAuthentication()
437 if (ExplicitKey == VTablePointerAuthenticationAttr::ProcessIndependent) in computeVTPointerAuthentication()
440 assert(ExplicitKey == in computeVTPointerAuthentication()