Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def107 CODEGENOPT(CFProtectionBranch , 1, 0) ///< if -fcf-protection is
109 CODEGENOPT(IBTSeal, 1, 0) ///< set to optimize CFProtectionBranch.
H A DLangOptions.def329 LANGOPT(CFProtectionBranch , 1, 0, "Control-Flow Branch Protection enabled")
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1478 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1482 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1822 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
1826 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
3677 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4194 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4197 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4200 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp904 Metadata *CFProtectionBranch = in PreprocessISelDAG() local
906 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp765 if (CodeGenOpts.CFProtectionBranch && in Release()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7649 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()
H A DSemaDeclAttr.cpp2203 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()