Home
last modified time | relevance | path

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

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