Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OMD

899   void GetNameForMethod(const ObjCMethodDecl *OMD,
1029 const ObjCMethodDecl *OMD,
1042 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3405 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD,
3408 GetNameForMethod(OMD, CD, Name);
3412 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
3418 MethodDefinitions.insert(std::make_pair(OMD, Method));
4828 const ObjCImplementationDecl *OMD,
4837 const ObjCInterfaceDecl *OI = OMD->getClassInterface();
4858 BuildAggrIvarLayout(OMD, 0, 0, RecFields, 0, ForStrongLayout, hasUnion);
4874 OMD->getClassInterface()->getName().data());