reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
16537     return TargetLowering::insertSSPDeclarations(M);
16540   M.getOrInsertGlobal("__security_cookie",
16541                       Type::getInt8PtrTy(M.getContext()));
16544   FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
16545       "__security_check_cookie", Type::getVoidTy(M.getContext()),
16546       Type::getInt8PtrTy(M.getContext()));