Home
last modified time | relevance | path

Searched refs:GetMethodConstant (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1121 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()
[all …]