HomeSort by relevance Sort by last modified time
    Searched refs:SSPLK_LargeArray (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 39 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest
  /external/llvm/lib/CodeGen/
StackProtector.cpp 72 // SSPLK_SmallArray or SSPLK_LargeArray, and make sure that
73 // SSPLK_SmallArray does not overwrite SSPLK_LargeArray.
77 else if (I->second != SSPLK_LargeArray && Kind != SSPLK_AddrOf)
229 Layout.insert(std::make_pair(AI, SSPLK_LargeArray));
238 Layout.insert(std::make_pair(AI, SSPLK_LargeArray));
246 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray
LocalStackSlotAllocation.cpp 220 case StackProtector::SSPLK_LargeArray:
PrologEpilogInserter.cpp 591 case StackProtector::SSPLK_LargeArray:
    [all...]

Completed in 139 milliseconds