Searched defs:GetMethodConstant (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1127 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
1322 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
2932 InstanceMethods.push_back(GetMethodConstant(I));
2936 ClassMethods.push_back(GetMethodConstant(I));
3057 InstanceMethods.push_back(GetMethodConstant(I));
3061 ClassMethods.push_back(GetMethodConstant(I));
3068 if (llvm::Constant *C = GetMethodConstant(MD))
3071 if (llvm::Constant *C = GetMethodConstant(MD))
3339 /// GetMethodConstant - Return a struct objc_method constant for the
3342 llvm::Constant *CGObjCMac::GetMethodConstant(cons function in class:CGObjCMac
6039 llvm::Constant *CGObjCNonFragileABIMac::GetMethodConstant( function in class:CGObjCNonFragileABIMac
[all...]

Completed in 135 milliseconds