Lines Matching refs:SelectorPtrTy

68     llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };  in getMessageSendFn()
82 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in getMessageSendStretFn()
94 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::PointerType *SelectorPtrTy; member in __anon0cc8f9a20111::ObjCCommonTypesHelper
3894 ObjCTypes.SelectorPtrTy); in emitMethodDescriptionConstant()
3913 ObjCTypes.SelectorPtrTy); in emitMethodConstant()
5247 values.addNullPointer(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols()
5323 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
5813 SelectorPtrTy = in ObjCCommonTypesHelper()
5867 MethodTy = llvm::StructType::create("struct._objc_method", SelectorPtrTy, in ObjCCommonTypesHelper()
5882 "struct._objc_method_description", SelectorPtrTy, Int8PtrTy); in ObjCTypesHelper()
6013 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
6134 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in ObjCNonFragileABITypesHelper()
6206 ImpnfABITy, SelectorPtrTy); in ObjCNonFragileABITypesHelper()
6802 ObjCTypes.SelectorPtrTy); in emitMethodConstant()
7668 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
7672 CGM.getModule(), ObjCTypes.SelectorPtrTy, false, in EmitSelectorAddr()