Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/ !
H A DPointerAuthOptions.h43 enum class ARM8_3Key : unsigned { enum
79 ARM8_3Key Key, bool IsAddressDiscriminated,
97 ARM8_3Key Key, bool IsAddressDiscriminated,
155 ARM8_3Key getARM8_3Key() const { in getARM8_3Key()
157 return ARM8_3Key(Key); in getARM8_3Key()
/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGPointerAuth.cpp438 Key = (unsigned)PointerAuthSchema::ARM8_3Key::ASDA; in computeVTPointerAuthentication()
442 Key = (unsigned)PointerAuthSchema::ARM8_3Key::ASDB; in computeVTPointerAuthentication()
/src/contrib/llvm-project/clang/lib/Frontend/ !
H A DCompilerInvocation.cpp1479 using Key = PointerAuthSchema::ARM8_3Key; in setDefaultPointerAuthOptions()