Searched refs:GetMethodConstant (Results 1 – 1 of 1) sorted by relevance
1124 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);1319 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);2912 InstanceMethods.push_back(GetMethodConstant(I)); in GenerateCategory()2916 ClassMethods.push_back(GetMethodConstant(I)); in GenerateCategory()3033 InstanceMethods.push_back(GetMethodConstant(I)); in GenerateClass()3037 ClassMethods.push_back(GetMethodConstant(I)); in GenerateClass()3044 if (llvm::Constant *C = GetMethodConstant(MD)) in GenerateClass()3047 if (llvm::Constant *C = GetMethodConstant(MD)) in GenerateClass()3311 llvm::Constant *CGObjCMac::GetMethodConstant(const ObjCMethodDecl *MD) { in GetMethodConstant() function in CGObjCMac5605 Methods.push_back(GetMethodConstant(I)); in BuildClassRoTInitializer()[all …]