Home
last modified time | relevance | path

Searched refs:CFProtectionBranch (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1604 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1608 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1934 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
1938 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
3765 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4335 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4338 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4341 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def107 CODEGENOPT(CFProtectionBranch , 1, 0) ///< if -fcf-protection is
H A DLangOptions.def346 LANGOPT(CFProtectionBranch , 1, 0, "Control-Flow Branch Protection enabled")
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp915 Metadata *CFProtectionBranch = in PreprocessISelDAG() local
917 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1113 if (CodeGenOpts.CFProtectionBranch && in Release()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8050 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()
H A DSemaDeclAttr.cpp2225 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()