Searched refs:GenerateMethod (Results 1 – 4 of 4) sorted by relevance
207 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
608 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,3751 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCGNU
1067 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,3910 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCCommonMac
622 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()