Lines Matching refs:SelectorTy
107 llvm::PointerType *SelectorTy; member in __anonbab9bb100111::CGObjCGNU
697 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
715 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
718 PtrToObjCSuperTy, SelectorTy); in CGObjCGCC()
781 EnforceType(Builder, cmd, SelectorTy), in LookupIMP()
824 SelectorTy, IdTy); in CGObjCGNUstep()
827 PtrToObjCSuperTy, SelectorTy); in CGObjCGNUstep()
857 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
859 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
861 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
863 VoidTy, IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
2009 PtrToObjCSuperTy, SelectorTy); in CGObjCGNUstep2()
2171 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
2215 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()
2217 SelectorTy); in CGObjCObjFW()
2220 PtrToObjCSuperTy, SelectorTy); in CGObjCObjFW()
2222 PtrToObjCSuperTy, SelectorTy); in CGObjCObjFW()
2283 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2286 SelectorTy = cast<llvm::PointerType>(CGM.getTypes().ConvertType(selTy)); in CGObjCGNU()
2358 GetPropertyFn.init(&CGM, "objc_getProperty", IdTy, IdTy, SelectorTy, in CGObjCGNU()
2361 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy, in CGObjCGNU()
2371 llvm::Type *IMPArgs[] = { IdTy, SelectorTy }; in CGObjCGNU()
2778 cmd = EnforceType(Builder, cmd, SelectorTy); in GenerateMessageSend()