Lines Matching refs:SelectorTy
109 llvm::PointerType *SelectorTy; member in __anon048a05710111::CGObjCGNU
624 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
641 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC()
645 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCGCC()
705 EnforceType(Builder, cmd, SelectorTy), in LookupIMP()
745 SelectorTy, IdTy, nullptr); in CGObjCGNUstep()
748 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCGNUstep()
771 SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
773 IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
775 IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
777 VoidTy, IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
844 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
890 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr); in CGObjCObjFW()
892 SelectorTy, nullptr); in CGObjCObjFW()
895 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCObjFW()
897 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCObjFW()
961 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
963 SelectorTy = cast<llvm::PointerType>(CGM.getTypes().ConvertType(selTy)); in CGObjCGNU()
1004 GetPropertyFn.init(&CGM, "objc_getProperty", IdTy, IdTy, SelectorTy, in CGObjCGNU()
1007 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy, in CGObjCGNU()
1017 llvm::Type *IMPArgs[] = { IdTy, SelectorTy }; in CGObjCGNU()
1101 SelectorTy->getElementType(), 0, llvm::GlobalValue::PrivateLinkage, in GetSelector()
1425 cmd = EnforceType(Builder, cmd, SelectorTy); in GenerateMessageSend()
2397 SelectorTy->getElementType()); in ModuleInitFunction()
2398 llvm::Type *SelStructPtrTy = SelectorTy; in ModuleInitFunction()
2498 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy); in ModuleInitFunction()