Home
last modified time | relevance | path

Searched refs:SlotStructTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp751 llvm::Type *SlotStructTy; member in __anonaf5ecb460111::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()
822 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep()