Home
last modified time | relevance | path

Searched defs:authenticatesNullValues (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h68 bool authenticatesNullValues() const { return AuthenticatesNullValues; } in authenticatesNullValues() function
/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1001 bool authenticatesNullValues() { return (RawData >> 22) & 1; } in authenticatesNullValues() function