Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CacheTy

227   /// CacheTy - LLVM type for struct objc_cache.
228 llvm::Type *CacheTy;
4416 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
4417 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5109 ObjCTypes.CacheTy,