llvm::SSPLayoutInfo

Per-function layout information used when deciding and applying stack protectors.

Synopsis

Declared in <llvm/CodeGen/StackProtector.h>

class SSPLayoutInfo;

Member Functions

NameDescription
copyToMachineFrameInfo Copy SSP layout decisions for allocas into machine frame info.
shouldEmitSDCheck Return true if StackProtector should be handled by SelectionDAG.

Friends

NameDescription
llvm::StackProtectorLegacy FunctionPass that inserts stack protectors into functions that need them.
llvm::SSPLayoutAnalysisAnalysis that computes stack-protector layout information for a function.
llvm::StackProtectorPassNew PM pass that inserts stack protectors into functions that need them.