Lines Matching refs:SelectorTy

109   llvm::PointerType *SelectorTy;  member in __anon75da02000111::CGObjCGNU
694 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
711 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
714 PtrToObjCSuperTy, SelectorTy); in CGObjCGCC()
775 EnforceType(Builder, cmd, SelectorTy), in LookupIMP()
817 SelectorTy, IdTy); in CGObjCGNUstep()
820 PtrToObjCSuperTy, SelectorTy); in CGObjCGNUstep()
846 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
848 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
850 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
852 VoidTy, IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
1468 return EnforceType(GV, SelectorTy); in GetConstantSelector()
1479 auto *SelVal = EnforceType(GV, SelectorTy); in GetConstantSelector()
1995 PtrToObjCSuperTy, SelectorTy); in CGObjCGNUstep2()
2055 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
2098 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()
2100 SelectorTy); in CGObjCObjFW()
2103 PtrToObjCSuperTy, SelectorTy); in CGObjCObjFW()
2105 PtrToObjCSuperTy, SelectorTy); in CGObjCObjFW()
2163 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2165 SelectorTy = cast<llvm::PointerType>(CGM.getTypes().ConvertType(selTy)); in CGObjCGNU()
2230 GetPropertyFn.init(&CGM, "objc_getProperty", IdTy, IdTy, SelectorTy, in CGObjCGNU()
2233 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy, in CGObjCGNU()
2243 llvm::Type *IMPArgs[] = { IdTy, SelectorTy }; in CGObjCGNU()
2342 SelectorTy->getElementType(), 0, llvm::GlobalValue::PrivateLinkage, in GetTypedSelector()
2682 cmd = EnforceType(Builder, cmd, SelectorTy); in GenerateMessageSend()
3627 dyn_cast<llvm::StructType>(SelectorTy->getElementType()); in ModuleInitFunction()
3628 llvm::Type *selStructPtrTy = SelectorTy; in ModuleInitFunction()
3728 selPtr = llvm::ConstantExpr::getBitCast(selPtr, SelectorTy); in ModuleInitFunction()