Lines Matching refs:GetMethodConstant
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 CGObjCMac
5605 Methods.push_back(GetMethodConstant(I)); in BuildClassRoTInitializer()
5611 Methods.push_back(GetMethodConstant(I)); in BuildClassRoTInitializer()
5618 if (llvm::Constant *C = GetMethodConstant(MD)) in BuildClassRoTInitializer()
5621 if (llvm::Constant *C = GetMethodConstant(MD)) in BuildClassRoTInitializer()
5944 Methods.push_back(GetMethodConstant(I)); in GenerateCategory()
5959 Methods.push_back(GetMethodConstant(I)); in GenerateCategory()
6007 llvm::Constant *CGObjCNonFragileABIMac::GetMethodConstant( in GetMethodConstant() function in CGObjCNonFragileABIMac