Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h41 using SSPLayoutMap = variable
47 SSPLayoutMap Layout;
70 using SSPLayoutMap = SSPLayoutInfo::SSPLayoutMap; variable
82 SSPLayoutMap *Layout = nullptr);
96 using SSPLayoutMap = SSPLayoutInfo::SSPLayoutMap;
130 SSPLayoutMap *Layout = nullptr) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp97 SSPLayoutMap::const_iterator LI = Layout.find(AI); in runOnFunction()
372 SSPLayoutMap *Layout) { in requiresStackProtector()