Lines Matching refs:IMPTy
125 llvm::PointerType *IMPTy; member in __anonbab9bb100111::CGObjCGNU
715 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
717 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy, in CGObjCGCC()
789 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMP()
809 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMPSuper()
820 SlotStructTy = llvm::StructType::get(PtrTy, PtrTy, PtrTy, IntTy, IMPTy); in CGObjCGNUstep()
2008 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy, in CGObjCGNUstep2()
2215 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()
2216 MsgLookupFnSRet.init(&CGM, "objc_msg_lookup_stret", IMPTy, IdTy, in CGObjCObjFW()
2219 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy, in CGObjCObjFW()
2221 MsgLookupSuperFnSRet.init(&CGM, "objc_msg_lookup_super_stret", IMPTy, in CGObjCObjFW()
2372 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs, in CGObjCGNU()
3012 IMPTy // Method pointer in GenerateMethodList()
3022 IMPTy, // Method pointer in GenerateMethodList()
3031 IMPTy // Method pointer in GenerateMethodList()