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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1129 llvm::Constant *GetMethodDescriptionConstant(const ObjCMethodDecl *MD);
1324 llvm::Constant *GetMethodDescriptionConstant(const ObjCMethodDecl *MD);
2594 llvm::Constant *C = GetMethodDescriptionConstant(MD);
2608 llvm::Constant *C = GetMethodDescriptionConstant(MD);
2871 CGObjCMac::GetMethodDescriptionConstant(const ObjCMethodDecl *MD) { function in class:CGObjCMac
6262 llvm::Constant *C = GetMethodDescriptionConstant(MD);
6276 llvm::Constant *C = GetMethodDescriptionConstant(MD);
6414 /// GetMethodDescriptionConstant - This routine build following meta-data:
6422 CGObjCNonFragileABIMac::GetMethodDescriptionConstant(const ObjCMethodDecl *MD) { function in class:CGObjCNonFragileABIMac

Completed in 200 milliseconds