Lines Matching refs:CacheTy
230 /// CacheTy - LLVM type for struct objc_cache.231 llvm::Type *CacheTy;5228 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");5229 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);5908 ObjCTypes.CacheTy,