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.h189 struct PointerAuthOptions { struct
191 bool ReturnAddresses = false;
194 bool AuthTraps = false;
197 bool IndirectGotos = false;
200 bool AArch64JumpTableHardening = false;
203 PointerAuthSchema FunctionPointers;
207 PointerAuthSchema CXXVTablePointers;
213 PointerAuthSchema CXXTypeInfoVTablePointer;
216 PointerAuthSchema CXXVTTVTablePointers;
219 PointerAuthSchema CXXVirtualFunctionPointers;
[all …]