HomeSort by relevance Sort by last modified time
    Searched refs:SSPLayoutKind (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 34 /// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that
36 enum SSPLayoutKind {
48 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
63 /// Layout - Mapping of allocations to the required SSPLayoutKind.
122 SSPLayoutKind getSSPLayout(const AllocaInst *AI) const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 59 StackProtector::SSPLayoutKind
66 // When coloring replaces one alloca with another, transfer the SSPLayoutKind
71 SSPLayoutKind Kind = I->second;

Completed in 40 milliseconds