Home
last modified time | relevance | path

Searched refs:authenticatesNullValues (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h68 bool authenticatesNullValues() const { return AuthenticatesNullValues; } in authenticatesNullValues() function
H A DCGPointerAuth.cpp125 Schema.authenticatesNullValues(), Discriminator); in EmitPointerAuthInfo()
H A DItaniumCXXABI.cpp859 Schema.authenticatesNullValues(), DiscriminatorPHI); in EmitLoadOfMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h122 bool authenticatesNullValues() const { in authenticatesNullValues() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp321 bool authenticatesNullValues = GetAttributeValueAsUnsigned( in AppendTypeName() local
328 authenticatesNullValues, authenticationMode); in AppendTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h279 bool authenticatesNullValues);
H A DDebugInfoMetadata.h1001 bool authenticatesNullValues() { return (RawData >> 22) & 1; } in authenticatesNullValues() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp836 if (PtrAuthData->authenticatesNullValues()) in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2185 PtrAuthData->authenticatesNullValues()); in writeDIDerivedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h279 bool authenticatesNullValues() const {