Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OMD

881   void GetNameForMethod(const ObjCMethodDecl *OMD,
1019 const ObjCMethodDecl *OMD,
1037 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3553 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD,
3556 GetNameForMethod(OMD, CD, Name);
3560 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
3566 MethodDefinitions.insert(std::make_pair(OMD, Method));
4922 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD,
4933 const ObjCInterfaceDecl *OI = OMD->getClassInterface();
4956 CharUnits::fromQuantity(ComputeIvarBaseOffset(CGM, OMD, ivars[0]));
4976 return CharUnits::fromQuantity(ComputeIvarBaseOffset(CGM, OMD, ivar));
4988 OMD->getClassInterface()->getName().str().c_str());