Searched refs:SSPLK_LargeArray (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h39 SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest enumerator in enum:llvm::StackProtector::SSPLayoutKind
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp207 Layout.insert(std::make_pair(AI, SSPLK_LargeArray));
216 Layout.insert(std::make_pair(AI, SSPLK_LargeArray));
224 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray

Completed in 106 milliseconds