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 __anon0dba85c70111::ObjCCommonTypesHelper
3829 ObjCTypes.SelectorPtrTy); in emitMethodDescriptionConstant()
3848 ObjCTypes.SelectorPtrTy); in emitMethodConstant()
5194 values.addNullPointer(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols()
5270 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
5277 return Address(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()
5760 SelectorPtrTy = in ObjCCommonTypesHelper()
5814 MethodTy = llvm::StructType::create("struct._objc_method", SelectorPtrTy, in ObjCCommonTypesHelper()
5829 "struct._objc_method_description", SelectorPtrTy, Int8PtrTy); in ObjCTypesHelper()
5960 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
6081 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in ObjCNonFragileABITypesHelper()
6153 ImpnfABITy, SelectorPtrTy); in ObjCNonFragileABITypesHelper()
6769 ObjCTypes.SelectorPtrTy); in emitMethodConstant()
7635 ObjCTypes.SelectorPtrTy); in EmitSelectorAddr()
7639 CGM.getModule(), ObjCTypes.SelectorPtrTy, false, in EmitSelectorAddr()
7648 return Address(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()