Searched refs:SlotStructTy (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 747 llvm::Type *SlotStructTy; member in __anon128dbe400111::CGObjCGNUstep 786 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMP() 806 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMPSuper() 817 SlotStructTy = llvm::StructType::get(PtrTy, PtrTy, PtrTy, IntTy, IMPTy); in CGObjCGNUstep() 818 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep()
|