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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
12289     M.getOrInsertGlobal("__security_cookie",
12290                         Type::getInt8PtrTy(M.getContext()));
12293     FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
12294         "__security_check_cookie", Type::getVoidTy(M.getContext()),
12295         Type::getInt8PtrTy(M.getContext()));
12302   TargetLowering::insertSSPDeclarations(M);