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

References

lib/CodeGen/ShadowStackGCLowering.cpp
  103   Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
  116   Type *Int32Ty = Type::getInt32Ty(F.getContext());
  145   Constant *GV = new GlobalVariable(*F.getParent(), FrameMap->getType(), true,
  147                                     "__gc_" + F.getName());
  150       ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
  151       ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)};