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

References

lib/CodeGen/SafeStack.cpp
  208       : F(F), TL(TL), DL(DL), SE(SE),
  209         StackPtrTy(Type::getInt8PtrTy(F.getContext())),
  210         IntPtrTy(DL.getIntPtrType(F.getContext())),
  211         Int32Ty(Type::getInt32Ty(F.getContext())),
  212         Int8Ty(Type::getInt8Ty(F.getContext())) {}