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
2993 ObjCTypes.SelectorPtrTy), in GetMethodDescriptionConstant()
3526 ObjCTypes.SelectorPtrTy), in GetMethodConstant()
4548 Values[1] = llvm::Constant::getNullValue(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols()
4624 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
5168 SelectorPtrTy = Types.ConvertType(Ctx.getObjCSelType()); in ObjCCommonTypesHelper()
5224 SelectorPtrTy, Int8PtrTy, Int8PtrTy, in ObjCCommonTypesHelper()
5241 SelectorPtrTy, Int8PtrTy, nullptr); in ObjCTypesHelper()
5386 LongTy, SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
5516 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in ObjCNonFragileABITypesHelper()
5592 ImpnfABITy, SelectorPtrTy, nullptr); in ObjCNonFragileABITypesHelper()
6202 ObjCTypes.SelectorPtrTy), in GetMethodConstant()
6585 ObjCTypes.SelectorPtrTy); in GetMethodDescriptionConstant()
6970 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
6971 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.SelectorPtrTy, in EmitSelectorAddr()