Lines Matching refs:guard

810   DocBrief<[{#include files may be "skipped" due to include guard optimization
2234 "8bit-counters,trace-pc,trace-pc-guard,no-prune,inline-8bit-counters,"
3663 "a stack protector has a guard value added to the stack frame that is "
3664 "checked on function exit. The guard value must be positioned in the "
3666 "overwrite the guard value before overwriting the function's return "
3667 "address. The reference stack guard value is stored in a global variable.">;
4443 HelpText<"Enable or disable Control Flow Guard checks and guard tables emission">,
5009 def mstack_protector_guard_EQ : Joined<["-"], "mstack-protector-guard=">, Group<m_Group>,
5011 HelpText<"Use the given guard (global, tls) for addressing the stack-protector guard">,
5013 def mstack_protector_guard_offset_EQ : Joined<["-"], "mstack-protector-guard-offset=">, Group<m_Gro…
5015 HelpText<"Use the given offset for addressing the stack-protector guard">,
5017 def mstack_protector_guard_symbol_EQ : Joined<["-"], "mstack-protector-guard-symbol=">, Group<m_Gro…
5019 HelpText<"Use the given symbol for addressing the stack-protector guard">,
5021 def mstack_protector_guard_reg_EQ : Joined<["-"], "mstack-protector-guard-reg=">, Group<m_Group>,
5023 HelpText<"Use the given reg for addressing the stack-protector guard">,
6856 def fforbid_guard_variables : Flag<["-"], "fforbid-guard-variables">,
6857 HelpText<"Emit an error if a C++ static local initializer would need a guard variable">,
6982 : Flag<["-"], "fsanitize-coverage-trace-pc-guard">,
6983 HelpText<"Enable PC tracing with guard in sanitizer coverage">,
8231 def _SLASH_guard : CLJoined<"guard:">,
8232 HelpText<"Enable Control Flow Guard with /guard:cf, or only the table with /guard:cf,nochecks. "
8233 "Enable EH Continuation Guard with /guard:ehcont">;