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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h141 llvm::DICompositeType getOrCreateMethodType(const CXXMethodDecl *Method,
H A DCGDebugInfo.cpp973 /// getOrCreateMethodType - CXXMethodDecl's type is a FunctionType. This
977 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, function in class:CGDebugInfo
1058 llvm::DICompositeType MethodTy = getOrCreateMethodType(Method, Unit);
2398 return getOrCreateMethodType(Method, F);

Completed in 458 milliseconds