Home
last modified time | relevance | path

Searched refs:ARM8_3Key (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h71 enum class ARM8_3Key : unsigned { enum
107 ARM8_3Key Key, bool IsAddressDiscriminated,
125 ARM8_3Key Key, bool IsAddressDiscriminated,
183 ARM8_3Key getARM8_3Key() const { in getARM8_3Key()
185 return ARM8_3Key(Key); in getARM8_3Key()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp575 Key = (unsigned)PointerAuthSchema::ARM8_3Key::ASDA; in computeVTPointerAuthentication()
579 Key = (unsigned)PointerAuthSchema::ARM8_3Key::ASDB; in computeVTPointerAuthentication()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1511 using Key = PointerAuthSchema::ARM8_3Key; in setDefaultPointerAuthOptions()
3646 static_cast<unsigned>(PointerAuthSchema::ARM8_3Key::ASDB); in ParsePointerAuthArgs()