Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp80 else if (I->second != SSPLK_LargeArray && Kind != SSPLK_AddrOf) in adjustForColoring()
224 Layout.insert(std::make_pair(AI, SSPLK_LargeArray)); in RequiresStackProtector()
233 Layout.insert(std::make_pair(AI, SSPLK_LargeArray)); in RequiresStackProtector()
241 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray in RequiresStackProtector()
DLocalStackSlotAllocation.cpp221 case StackProtector::SSPLK_LargeArray: in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp640 case StackProtector::SSPLK_LargeArray: in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DStackProtector.h39 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest enumerator