Searched refs:SlotStructTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 749 llvm::Type *SlotStructTy; member in __anonbab9bb100111::CGObjCGNUstep 790 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMP() 810 IMPTy, Builder.CreateStructGEP(SlotStructTy, slot, 4), in LookupIMPSuper() 821 SlotStructTy = llvm::StructType::get(PtrTy, PtrTy, PtrTy, IntTy, IMPTy); in CGObjCGNUstep()
|