Per-function layout information used when deciding and applying stack protectors.
Declared in <llvm/CodeGen/StackProtector.h>
class SSPLayoutInfo;
| Name | Description |
|---|---|
copyToMachineFrameInfo | Copy SSP layout decisions for allocas into machine frame info. |
shouldEmitSDCheck | Return true if StackProtector should be handled by SelectionDAG. |
| Name | Description |
|---|---|
llvm::StackProtector | Legacy FunctionPass that inserts stack protectors into functions that need them. |
llvm::SSPLayoutAnalysis | Analysis that computes stack-protector layout information for a function. |
llvm::StackProtectorPass | New PM pass that inserts stack protectors into functions that need them. |