Lines Matching refs:IMPTy
128 llvm::PointerType *IMPTy; member in __anon13748a720111::CGObjCGNU
611 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC()
614 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy, in CGObjCGCC()
703 PtrTy, PtrTy, IntTy, IMPTy, nullptr); in CGObjCGNUstep()
849 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr); in CGObjCObjFW()
850 MsgLookupFnSRet.init(&CGM, "objc_msg_lookup_stret", IMPTy, IdTy, in CGObjCObjFW()
853 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy, in CGObjCObjFW()
855 MsgLookupSuperFnSRet.init(&CGM, "objc_msg_lookup_super_stret", IMPTy, in CGObjCObjFW()
978 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs, in CGObjCGNU()
1483 IMPTy, //Method pointer in GenerateMethodList()
1498 IMPTy); in GenerateMethodList()