Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h28 unsigned AuthenticatesNullValues : 1; variable
35 IsIsaPointer(false), AuthenticatesNullValues(false), Key(0), in CGPointerAuthInfo()
38 bool IsIsaPointer, bool AuthenticatesNullValues, in CGPointerAuthInfo() argument
41 AuthenticatesNullValues(AuthenticatesNullValues), Key(Key), in CGPointerAuthInfo()
68 bool authenticatesNullValues() const { return AuthenticatesNullValues; } in authenticatesNullValues()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h69 unsigned AuthenticatesNullValues : 1; variable
83 bool IsIsaPointer = false, bool AuthenticatesNullValues = false)
86 AuthenticatesNullValues(AuthenticatesNullValues), in TheKind()
100 bool IsIsaPointer = false, bool AuthenticatesNullValues = false)
104 IsIsaPointer, AuthenticatesNullValues) {} in PointerAuthSchema() argument
124 return AuthenticatesNullValues; in authenticatesNullValues()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp305 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType() argument
311 AuthenticatesNullValues), in createPtrAuthQualifiedType()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h201 bool IsIsaPointer, bool AuthenticatesNullValues)
211 (AuthenticatesNullValues << AuthenticatesNullValuesShift)) {
235 bool AuthenticatesNullValues) {
241 AuthenticatesNullValues);
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h989 bool IsaPointer, bool AuthenticatesNullValues) { in PtrAuthData()
994 (AuthenticatesNullValues ? (1 << 22) : 0); in PtrAuthData()