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()
187 llvm::PointerType *SelectorPtrTy; member in __anonaa8b92cd0111::ObjCCommonTypesHelper
5174 values.addNullPointer(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols()
5251 return Address(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()
5731 SelectorPtrTy = in ObjCCommonTypesHelper()
5784 MethodTy = llvm::StructType::create("struct._objc_method", SelectorPtrTy, in ObjCCommonTypesHelper()
5799 "struct._objc_method_description", SelectorPtrTy, Int8PtrTy); in ObjCTypesHelper()
5930 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
6051 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; in ObjCNonFragileABITypesHelper()
6122 ImpnfABITy, SelectorPtrTy); in ObjCNonFragileABITypesHelper()
7598 CGM.getModule(), ObjCTypes.SelectorPtrTy, false, in EmitSelectorAddr()
7607 return Address(Entry, ObjCTypes.SelectorPtrTy, Align); in EmitSelectorAddr()