Searched refs:SlotStructTy (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 747 llvm::Type *SlotStructTy; member in __anoncf511b5d0111::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()
|