Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1758 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1762 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1765 if (Opts.CFProtectionBranch) { in GenerateCodeGenArgs()
2127 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
2131 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
2136 if (Opts.CFProtectionBranch && T.isRISCV()) { in ParseCodeGenArgs()
4181 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4184 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4190 if (Opts.CFProtectionBranch) { in ParseLangArgs()
4877 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1112 if (Opts.CFProtectionReturn || Opts.CFProtectionBranch) in getTargetDefines()
1114 Opts.CFProtectionBranch}); in getTargetDefines()
H A DRISCV.cpp245 if (Opts.CFProtectionBranch) { in getTargetDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def104 CODEGENOPT(CFProtectionBranch , 1, 0, Benign) ///< if -fcf-protection is
H A DLangOptions.def326 LANGOPT(CFProtectionBranch , 1, 0, NotCompatible, "Control-Flow Branch Protection enabled")
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp968 Metadata *CFProtectionBranch = in PreprocessISelDAG() local
971 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1278 if (CodeGenOpts.CFProtectionBranch && in Release()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2025 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()
H A DSemaType.cpp7898 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()