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

/freebsd-10-stable/contrib/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.
121 SSPLayoutKind getSSPLayout(const AllocaInst *AI) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp56 StackProtector::SSPLayoutKind

Completed in 105 milliseconds