Searched refs:SSPBufferSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 111 Info.SSPBufferSize = F.getFnAttributeAsParsedInteger( in run() 181 LayoutInfo.SSPBufferSize = Fn.getFnAttributeAsParsedInteger( in runOnFunction() 210 static bool ContainsProtectableArray(Type *Ty, Module *M, unsigned SSPBufferSize, in ContainsProtectableArray() argument 227 if (SSPBufferSize <= M->getDataLayout().getTypeAllocSize(AT)) { in ContainsProtectableArray() 243 if (ContainsProtectableArray(ET, M, SSPBufferSize, IsLarge, Strong, true)) { in ContainsProtectableArray() 405 unsigned SSPBufferSize = F->getFnAttributeAsParsedInteger( in requiresStackProtector() local 445 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) { in requiresStackProtector() 476 if (ContainsProtectableArray(AI->getAllocatedType(), M, SSPBufferSize, in requiresStackProtector()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 51 unsigned SSPBufferSize = DefaultSSPBufferSize; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 375 VALUE_CODEGENOPT(SSPBufferSize, 32, 0, Benign)
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2026 llvm::utostr(CodeGenOpts.SSPBufferSize)); in getTrivialDefaultFunctionAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8455 MarshallingInfoInt<CodeGenOpts<"SSPBufferSize">, "8">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 29411 {"_ZL13SSPBufferSize", "SSPBufferSize"},
|