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.cpp150 PBP.GuardedControlStack = true; in parseBranchProtection()
179 PBP.GuardedControlStack = true; in parseBranchProtection()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h45 bool GuardedControlStack; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp236 AddRemoveAttributeAsSet(BPI.GuardedControlStack, "guarded-control-stack"); in setBranchProtectionFnAttributes()
251 if (BPI.GuardedControlStack) in initBranchProtectionFnAttributes()
H A DCodeGenModule.cpp1196 if (LangOpts.GuardedControlStack) in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1409 bool GuardedControlStack; variable
1437 GuardedControlStack(false) {} in BranchProtectionInfo()
1451 GuardedControlStack = LangOpts.GuardedControlStack; in BranchProtectionInfo()
H A DLangOptions.def486 LANGOPT(GuardedControlStack, 1, 0, "Guarded control stack enabled")
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp263 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()
606 if (Opts.GuardedControlStack) in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1544 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local
1554 GuardedControlStack = false; in CollectARMPACBTIOptions()
1585 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()
1608 if (GuardedControlStack) { in CollectARMPACBTIOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7376 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;