Home
last modified time | relevance | path

Searched defs:AuthenticatesNullValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h28 unsigned AuthenticatesNullValues : 1; variable
38 bool IsIsaPointer, bool AuthenticatesNullValues, in CGPointerAuthInfo()
/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h64 unsigned AuthenticatesNullValues : 1; global() variable
99 PointerAuthSchema(Key,IsAddressDiscriminated,PointerAuthenticationMode::SignAndAuth,OtherDiscrimination,ConstantDiscriminatorOrNone,IsIsaPointer,AuthenticatesNullValues) PointerAuthSchema() argument
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp305 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType() argument