Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h239 virtual llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
H A DCGObjCGNU.cpp599 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
3869 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCGNU
H A DCGObjCMac.cpp1093 llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
4021 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod() function in CGObjCCommonMac
H A DCGObjC.cpp758 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD); in StartObjCMethod()