Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CacheTy

230   /// CacheTy - LLVM type for struct objc_cache.
231 llvm::Type *CacheTy;
5097 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
5098 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5770 ObjCTypes.CacheTy,