Home
last modified time | relevance | path

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

/freebsd/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()
H A DCGDebugInfo.cpp1183 bool AuthenticatesNullValues = in CreateQualifiedType() local
1190 AuthenticatesNullValues); in CreateQualifiedType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h97 unsigned AuthenticatesNullValues : 1; variable
111 bool IsIsaPointer = false, bool AuthenticatesNullValues = false)
114 AuthenticatesNullValues(AuthenticatesNullValues), in TheKind()
128 bool IsIsaPointer = false, bool AuthenticatesNullValues = false)
132 IsIsaPointer, AuthenticatesNullValues) {} in PointerAuthSchema() argument
152 return AuthenticatesNullValues; in authenticatesNullValues()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp336 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType() argument
342 IsaPointer, AuthenticatesNullValues), in createPtrAuthQualifiedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h206 bool IsIsaPointer, bool AuthenticatesNullValues)
216 (AuthenticatesNullValues << AuthenticatesNullValuesShift)) {
240 bool AuthenticatesNullValues) {
246 AuthenticatesNullValues);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1234 bool IsaPointer, bool AuthenticatesNullValues) { in PtrAuthData()
1239 (AuthenticatesNullValues ? (1 << 22) : 0); in PtrAuthData()