Searched refs:AuthenticatesNullValues (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuthInfo.h | 28 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 D | CGDebugInfo.cpp | 1183 bool AuthenticatesNullValues = in CreateQualifiedType() local 1190 AuthenticatesNullValues); in CreateQualifiedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PointerAuthOptions.h | 97 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 D | DIBuilder.cpp | 336 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType() argument 342 IsaPointer, AuthenticatesNullValues), in createPtrAuthQualifiedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 206 bool IsIsaPointer, bool AuthenticatesNullValues) 216 (AuthenticatesNullValues << AuthenticatesNullValuesShift)) { 240 bool AuthenticatesNullValues) { 246 AuthenticatesNullValues);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1234 bool IsaPointer, bool AuthenticatesNullValues) { in PtrAuthData() 1239 (AuthenticatesNullValues ? (1 << 22) : 0); in PtrAuthData()
|