Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h161 struct PointerAuthOptions { struct
163 bool ReturnAddresses = false;
166 bool AuthTraps = false;
169 bool IndirectGotos = false;
172 PointerAuthSchema FunctionPointers;
176 PointerAuthSchema CXXVTablePointers;
182 PointerAuthSchema CXXTypeInfoVTablePointer;
185 PointerAuthSchema CXXVTTVTablePointers;
188 PointerAuthSchema CXXVirtualFunctionPointers;
191 PointerAuthSchema CXXVirtualVariadicFunctionPointers;
[all …]