Searched refs:SelectorPtrTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 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 __anonb5e682970111::ObjCCommonTypesHelper 5181 values.addNullPointer(ObjCTypes.SelectorPtrTy); in EmitModuleSymbols() [all …]
|