Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h207 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
H A DCGObjCGNU.cpp608 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3751 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCGNU
H A DCGObjCMac.cpp1067 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3910 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCCommonMac
H A DCGObjC.cpp622 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()