Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h240 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
H A DCGObjCGNU.cpp598 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
2894 imp = GenerateMethod(Method, Method->getClassInterface()); in GenerateMessageSend()
4057 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCGNU
H A DCGObjCMac.cpp1097 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3947 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCCommonMac
H A DCGObjC.cpp760 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()