Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp64 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector()
96 Attr.getValueAsString().getAsInteger(10, SSPBufferSize)) in runOnFunction()
134 if (SSPBufferSize <= M->getDataLayout().getTypeAllocSize(AT)) { in ContainsProtectableArray()
317 if (CI->getLimitedValue(SSPBufferSize) >= SSPBufferSize) { in RequiresStackProtector()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackProtector.h61 unsigned SSPBufferSize = 0; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def374 VALUE_CODEGENOPT(SSPBufferSize, 32, 0)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1868 llvm::utostr(CodeGenOpts.SSPBufferSize)); in getDefaultFunctionAttributes()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6057 MarshallingInfoInt<CodeGenOpts<"SSPBufferSize">, "8">;