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

  /external/llvm/include/llvm/CodeGen/
StackProtector.h 70 unsigned SSPBufferSize;
109 : FunctionPass(ID), TM(nullptr), TLI(nullptr), SSPBufferSize(0) {
114 SSPBufferSize(8) {
  /external/llvm/lib/CodeGen/
StackProtector.cpp 95 Attr.getValueAsString().getAsInteger(10, SSPBufferSize))
123 // If an array has more than SSPBufferSize bytes of allocated space, then we
125 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT)) {
144 // If the element is a protectable array and is large (>= SSPBufferSize)
192 /// call alloca with a either a variable size or a size >= SSPBufferSize,
193 /// functions with character buffers larger than SSPBufferSize, and functions
194 /// with aggregates containing character buffers larger than SSPBufferSize. The
221 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) {
222 // A call to alloca with size >= SSPBufferSize require
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 536 Opts.SSPBufferSize =
    [all...]

Completed in 844 milliseconds