Searched defs:SSPLayoutKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h34 /// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that
36 enum SSPLayoutKind { enum in class:llvm::StackProtector
48 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
63 /// Layout - Mapping of allocations to the required SSPLayoutKind.
122 SSPLayoutKind getSSPLayout(const AllocaInst *AI) const;

Completed in 362 milliseconds