Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp151 PBP.GuardedControlStack = true; in parseBranchProtection()
180 PBP.GuardedControlStack = true; in parseBranchProtection()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h46 bool GuardedControlStack; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp247 AddRemoveAttributeAsSet(BPI.GuardedControlStack, "guarded-control-stack"); in setBranchProtectionFnAttributes()
262 if (BPI.GuardedControlStack) in initBranchProtectionFnAttributes()
H A DCodeGenModule.cpp1326 if (LangOpts.GuardedControlStack) in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1438 bool GuardedControlStack; variable
1466 GuardedControlStack(false) {} in BranchProtectionInfo()
1480 GuardedControlStack = LangOpts.GuardedControlStack; in BranchProtectionInfo()
H A DLangOptions.def456 LANGOPT(GuardedControlStack, 1, 0, NotCompatible, "Guarded control stack enabled")
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp266 PBP.GuardedControlStack)) in validateBranchProtection()
282 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()
667 if (Opts.GuardedControlStack) in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1420 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local
1430 GuardedControlStack = false; in CollectARMPACBTIOptions()
1461 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()
1470 (Scope != "none" || BranchProtectionPAuthLR || GuardedControlStack)) { in CollectARMPACBTIOptions()
1490 if (GuardedControlStack) in CollectARMPACBTIOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7915 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;