Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objc_super

115   /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
127 /// id objc_msgSendSuper2(struct objc_super *super, SEL op, ...)
138 /// void objc_msgSendSuper_stret(void *stretAddr, struct objc_super *super,
149 /// void objc_msgSendSuper2_stret(void * stretAddr, struct objc_super *super,
205 // SuperCTy - clang type for struct objc_super.
207 // SuperPtrCTy - clang type for struct objc_super *.
210 /// SuperTy - LLVM type for struct objc_super.
212 /// SuperPtrTy - LLVM type for struct objc_super *.
699 // id objc_msgSendSuper2_fixup (struct objc_super *,
708 // id objc_msgSendSuper2_stret_fixup(struct objc_super *,
1797 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
6769 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");