Home
last modified time | relevance | path

Searched refs:SSPBufferSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp111 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 DStackProtector.h51 unsigned SSPBufferSize = DefaultSSPBufferSize; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def375 VALUE_CODEGENOPT(SSPBufferSize, 32, 0, Benign)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2026 llvm::utostr(CodeGenOpts.SSPBufferSize)); in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8455 MarshallingInfoInt<CodeGenOpts<"SSPBufferSize">, "8">;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29411 {"_ZL13SSPBufferSize", "SSPBufferSize"},