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

References

lib/Target/X86/X86ISelLowering.cpp
 2322     M.getOrInsertGlobal("__security_cookie",
 2323                         Type::getInt8PtrTy(M.getContext()));
 2326     FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
 2327         "__security_check_cookie", Type::getVoidTy(M.getContext()),
 2328         Type::getInt8PtrTy(M.getContext()));
 2338   TargetLowering::insertSSPDeclarations(M);