Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1680 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1684 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()
2012 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
2016 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
3940 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4534 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4537 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4540 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def112 CODEGENOPT(CFProtectionBranch , 1, 0) ///< if -fcf-protection is
H A DLangOptions.def363 LANGOPT(CFProtectionBranch , 1, 0, "Control-Flow Branch Protection enabled")
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp924 Metadata *CFProtectionBranch = in PreprocessISelDAG() local
927 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1158 if (CodeGenOpts.CFProtectionBranch && in Release()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1855 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()
H A DSemaType.cpp7741 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()