Lines Matching refs:SelectorPtrTy
64 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in getMessageSendFn()
80 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in getMessageSendStretFn()
93 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in getMessageSendFpretFn()
106 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in getMessageSendFp2retFn()
122 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy }; in getMessageSendSuperFn()
133 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy }; in getMessageSendSuperFn2()
144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy }; in getMessageSendSuperStretFn()
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy }; in getMessageSendSuperStretFn2()
186 llvm::Type *SelectorPtrTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
2851 ObjCTypes.SelectorPtrTy), in GetMethodDescriptionConstant()
3315 ObjCTypes.SelectorPtrTy), in GetMethodConstant()
4328 Values[1] = llvm::Constant::getNullValue(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols()
4398 ObjCTypes.SelectorPtrTy); in EmitSelector()
4992 SelectorPtrTy = Types.ConvertType(Ctx.getObjCSelType()); in ObjCCommonTypesHelper()
5048 SelectorPtrTy, Int8PtrTy, Int8PtrTy, in ObjCCommonTypesHelper()
5065 SelectorPtrTy, Int8PtrTy, nullptr); in ObjCTypesHelper()
5210 LongTy, SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
5340 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in ObjCNonFragileABITypesHelper()
5416 ImpnfABITy, SelectorPtrTy, nullptr); in ObjCNonFragileABITypesHelper()
6015 ObjCTypes.SelectorPtrTy), in GetMethodConstant()
6398 ObjCTypes.SelectorPtrTy); in GetMethodDescriptionConstant()
6771 ObjCTypes.SelectorPtrTy); in EmitSelector()
6772 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.SelectorPtrTy, in EmitSelector()