Home
last modified time | relevance | path

Searched refs:getOrCreateMethodType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h233 llvm::DISubroutineType *getOrCreateMethodType(const CXXMethodDecl *Method,
H A DCGDebugInfo.cpp1649 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType() function in CGDebugInfo
1750 llvm::DISubroutineType *MethodTy = getOrCreateMethodType(Method, Unit, true); in CreateCXXMemberFunction()
3974 return getOrCreateMethodType(Method, F, false); in getOrCreateFunctionType()