Searched refs:SelectorPtrTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 66 llvm::Type *params[] = {ObjectPtrTy, SelectorPtrTy}; in getMessageSendFn() 80 llvm::Type *params[] = {ObjectPtrTy, SelectorPtrTy}; in getMessageSendStretFn() 92 llvm::Type *params[] = {ObjectPtrTy, SelectorPtrTy}; in getMessageSendFpretFn() 104 llvm::Type *params[] = {ObjectPtrTy, SelectorPtrTy}; in getMessageSendFp2retFn() 120 llvm::Type *params[] = {SuperPtrTy, SelectorPtrTy}; in getMessageSendSuperFn() 131 llvm::Type *params[] = {SuperPtrTy, SelectorPtrTy}; in getMessageSendSuperFn2() 142 llvm::Type *params[] = {Int8PtrTy, SuperPtrTy, SelectorPtrTy}; in getMessageSendSuperStretFn() 153 llvm::Type *params[] = {Int8PtrTy, SuperPtrTy, SelectorPtrTy}; in getMessageSendSuperStretFn2() 185 llvm::PointerType *SelectorPtrTy; member in __anonb5e682970111::ObjCCommonTypesHelper 5087 values.addNullPointer(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols() [all …]
|