New PM pass that inserts stack protectors into functions that need them.
Declared in <llvm/CodeGen/StackProtector.h>
class StackProtectorPass
: public RequiredPassInfoMixin<StackProtectorPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<StackProtectorPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
StackProtectorPass [constructor] | Construct a StackProtector pass for target machine TM. |
run | Insert stack protectors into F when required. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |