Home
last modified time | relevance | path

Searched refs:SSPLayoutMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackProtector.h48 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap; typedef
66 SSPLayoutMap Layout;
/external/llvm/lib/CodeGen/
DStackProtector.cpp70 SSPLayoutMap::iterator I = Layout.find(From); in adjustForColoring()