Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1461 if (Opts.CFProtectionReturn && Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1465 else if (Opts.CFProtectionBranch) in GenerateCodeGenArgs()
1783 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
1787 Opts.CFProtectionBranch = 1; in ParseCodeGenArgs()
3647 Opts.CFProtectionBranch = 1; in ParseLangArgs()
4127 !CodeGenOpts.CFProtectionReturn && CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4130 !CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
4133 CodeGenOpts.CFProtectionBranch) in GeneratePreprocessorArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def304 LANGOPT(CFProtectionBranch , 1, 0, "Control-Flow Branch Protection enabled")
H A DCodeGenOptions.def105 CODEGENOPT(CFProtectionBranch , 1, 0) ///< if -fcf-protection is
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp853 Metadata *CFProtectionBranch = in PreprocessISelDAG() local
855 if (CFProtectionBranch || IndirectBranchTracking) { in PreprocessISelDAG()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp661 if (CodeGenOpts.CFProtectionBranch && in Release()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7461 if (!S.getLangOpts().CFProtectionBranch) { in handleFunctionTypeAttr()
H A DSemaDeclAttr.cpp2061 if (!S.getLangOpts().CFProtectionBranch) in handleNoCfCheckAttr()