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 93 Attr.getValueAsString().getAsInteger(10, SSPBufferSize))
121 // If an array has more than SSPBufferSize bytes of allocated space, then we
123 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT)) {
142 // If the element is a protectable array and is large (>= SSPBufferSize)
190 /// call alloca with a either a variable size or a size >= SSPBufferSize,
191 /// functions with character buffers larger than SSPBufferSize, and functions
192 /// with aggregates containing character buffers larger than SSPBufferSize. The
226 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) {
227 // A call to alloca with size >= SSPBufferSize require
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 489 Opts.SSPBufferSize =
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 69 milliseconds