Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp150 PBP.GuardedControlStack = true; in parseBranchProtection()
178 PBP.GuardedControlStack = true; in parseBranchProtection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h45 bool GuardedControlStack; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp229 BPI.GuardedControlStack = PBP.GuardedControlStack; in validateBranchProtection()
551 if (Opts.GuardedControlStack) in getTargetDefines()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1376 bool GuardedControlStack = false; member
H A DLangOptions.def465 LANGOPT(GuardedControlStack, 1, 0, "Guarded control stack enabled")
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp142 BPI.GuardedControlStack ? "true" : "false"); in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1523 bool IndirectBranches, BranchProtectionPAuthLR, GuardedControlStack; in CollectARMPACBTIOptions() local
1533 GuardedControlStack = false; in CollectARMPACBTIOptions()
1547 GuardedControlStack = PBP.GuardedControlStack; in CollectARMPACBTIOptions()
1560 if (GuardedControlStack) in CollectARMPACBTIOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1154 if (LangOpts.GuardedControlStack) in Release()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7064 MarshallingInfoFlag<LangOpts<"GuardedControlStack">>;