Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OD

1436   bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const;
5745 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
5746 return OD->getClassMethod(GetNullarySelector("load")) != nullptr;