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

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 41 SSPLK_SmallArray, ///< Array or nested array < SSP-buffer-size. 2nd closest
  /external/llvm/lib/CodeGen/
StackProtector.cpp 75 // SSPLK_SmallArray or SSPLK_LargeArray, and make sure that
76 // SSPLK_SmallArray does not overwrite SSPLK_LargeArray.
228 Layout.insert(std::make_pair(AI, SSPLK_SmallArray));
242 : SSPLK_SmallArray));
LocalStackSlotAllocation.cpp 215 case StackProtector::SSPLK_SmallArray:
PrologEpilogInserter.cpp 634 case StackProtector::SSPLK_SmallArray:
    [all...]

Completed in 45 milliseconds