Searched refs:SSPBufferSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h70 unsigned SSPBufferSize; member in class:llvm::StackProtector
108 StackProtector() : FunctionPass(ID), TM(0), TLI(0), SSPBufferSize(0) {
113 SSPBufferSize(8) {
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp73 Attr.getValueAsString().getAsInteger(10, SSPBufferSize);
97 // If an array has more than SSPBufferSize bytes of allocated space, then we
99 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT)) {
118 // If the element is a protectable array and is large (>= SSPBufferSize)
168 /// call alloca with a either a variable size or a size >= SSPBufferSize,
169 /// functions with character buffers larger than SSPBufferSize, and functions
170 /// with aggregates containing character buffers larger than SSPBufferSize. The
204 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) {
205 // A call to alloca with size >= SSPBufferSize require
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp456 Opts.SSPBufferSize =
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1069 llvm::utostr(CodeGenOpts.SSPBufferSize));

Completed in 121 milliseconds