Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SuperTy

209   /// SuperTy - LLVM type for struct objc_super.
210 llvm::StructType *SuperTy;
1644 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
4385 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy));
4386 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);
6059 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");