Lines Matching refs:SelectorTy

111   llvm::PointerType *SelectorTy;  member in __anon13748a720111::CGObjCGNU
600 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
615 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC()
619 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCGCC()
676 EnforceType(Builder, cmd, SelectorTy), in LookupIMP()
714 SelectorTy, IdTy, nullptr); in CGObjCGNUstep()
717 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCGNUstep()
740 SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
742 IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
744 IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
746 VoidTy, IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep()
810 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
856 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr); in CGObjCObjFW()
858 SelectorTy, nullptr); in CGObjCObjFW()
861 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCObjFW()
863 PtrToObjCSuperTy, SelectorTy, nullptr); in CGObjCObjFW()
928 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
930 SelectorTy = cast<llvm::PointerType>(CGM.getTypes().ConvertType(selTy)); in CGObjCGNU()
971 GetPropertyFn.init(&CGM, "objc_getProperty", IdTy, IdTy, SelectorTy, in CGObjCGNU()
974 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy, in CGObjCGNU()
984 llvm::Type *IMPArgs[] = { IdTy, SelectorTy }; in CGObjCGNU()
1068 SelectorTy->getElementType(), 0, llvm::GlobalValue::PrivateLinkage, in GetSelector()
1394 cmd = EnforceType(Builder, cmd, SelectorTy); in GenerateMessageSend()
2390 SelectorTy->getElementType()); in ModuleInitFunction()
2391 llvm::Type *SelStructPtrTy = SelectorTy; in ModuleInitFunction()
2491 SelPtr = llvm::ConstantExpr::getBitCast(SelPtr, SelectorTy); in ModuleInitFunction()