Return the target's stack protector check function, if previously inserted.
Declared in <llvm/CodeGen/TargetLowering.h>
Function*
getSSPStackGuardCheck(
Module const& M,
LibcallLoweringInfo const& Libcalls) const;
If the target has a standard stack protection check function that performs validation and error handling, returns the function. Otherwise, returns nullptr. Must be previously inserted by insertSSPDeclarations. Should be used only when getIRStackGuard returns nullptr.
The target's stack protector check function, if previously inserted.
| Name | Description |
|---|---|
| M | Module being queried. |
| Libcalls | Runtime libcall information. |