Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackProtector.h42 using SSPLayoutMap = DenseMap<const AllocaInst *, variable
60 SSPLayoutMap Layout;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp626 SSPLayoutMap::const_iterator LI = Layout.find(AI); in copyToMachineFrameInfo()