Lines Matching refs:GetMethodConstant
1121 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
1316 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
2909 InstanceMethods.push_back(GetMethodConstant(I)); in GenerateCategory()
2913 ClassMethods.push_back(GetMethodConstant(I)); in GenerateCategory()
3030 InstanceMethods.push_back(GetMethodConstant(I)); in GenerateClass()
3034 ClassMethods.push_back(GetMethodConstant(I)); in GenerateClass()
3041 if (llvm::Constant *C = GetMethodConstant(MD)) in GenerateClass()
3044 if (llvm::Constant *C = GetMethodConstant(MD)) in GenerateClass()
3308 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