Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OI

920   llvm::Constant *BuildIvarLayout(const ObjCImplementationDecl *OI,
926 llvm::Constant *BuildStrongIvarLayout(const ObjCImplementationDecl *OI,
929 return BuildIvarLayout(OI, beginOffset, endOffset, true, false);
932 llvm::Constant *BuildWeakIvarLayout(const ObjCImplementationDecl *OI,
936 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars);
4933 const ObjCInterfaceDecl *OI = OMD->getClassInterface();
4948 for (const ObjCIvarDecl *IVD = OI->all_declared_ivar_begin();
4964 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars);