Searched refs:GenerateMethod (Results 1 – 4 of 4) sorted by relevance
240 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
600 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,3953 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCGNU
1097 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,3961 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCCommonMac
760 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()