Searched refs:AuthenticatesNullValues (Results 1 – 5 of 5) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PointerAuthOptions.h | 69 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 D | DIBuilder.cpp | 305 bool AuthenticatesNullValues) { in createPtrAuthQualifiedType() argument 311 AuthenticatesNullValues), in createPtrAuthQualifiedType()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 201 bool IsIsaPointer, bool AuthenticatesNullValues) 211 (AuthenticatesNullValues << AuthenticatesNullValuesShift)) { 235 bool AuthenticatesNullValues) { 241 AuthenticatesNullValues);
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 989 bool IsaPointer, bool AuthenticatesNullValues) { in PtrAuthData() 994 (AuthenticatesNullValues ? (1 << 22) : 0); in PtrAuthData()
|