Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h169 bool IndirectGotos = false; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp889 if (CodeGenOpts.PointerAuth.IndirectGotos) in StartFunction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1509 Opts.IndirectGotos = LangOpts.PointerAuthIndirectGotos; in setDefaultPointerAuthOptions()