Lines Matching refs:Layout
86 if (Layout.empty()) in copyToMachineFrameInfo()
97 SSPLayoutMap::const_iterator LI = Layout.find(AI); in copyToMachineFrameInfo()
98 if (LI == Layout.end()) in copyToMachineFrameInfo()
110 SSPLayoutAnalysis::requiresStackProtector(&F, &Info.Layout); in run()
182 if (!requiresStackProtector(F, &LayoutInfo.Layout)) in runOnFunction()
372 SSPLayoutMap *Layout) { in requiresStackProtector() argument
394 if (!Layout) in requiresStackProtector()
425 if (!Layout) in requiresStackProtector()
427 Layout->insert( in requiresStackProtector()
433 if (!Layout) in requiresStackProtector()
435 Layout->insert( in requiresStackProtector()
442 if (!Layout) in requiresStackProtector()
444 Layout->insert( in requiresStackProtector()
455 if (!Layout) in requiresStackProtector()
457 Layout->insert(std::make_pair( in requiresStackProtector()
476 if (!Layout) in requiresStackProtector()
478 Layout->insert(std::make_pair(AI, MachineFrameInfo::SSPLK_AddrOf)); in requiresStackProtector()