Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h41 using SSPLayoutMap = DenseMap<const AllocaInst *,
59 SSPLayoutMap Layout;
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp528 SSPLayoutMap::const_iterator LI = Layout.find(AI); in copyToMachineFrameInfo()