Searched refs:getOrCreateFunctionType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 190 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
|
D | CGDebugInfo.cpp | 2707 getOrCreateFunctionType(FD, FnType, Unit), !FD->isExternallyVisible(), in getFunctionForwardDeclaration() 2798 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 2924 getOrCreateFunctionType(D, FnType, Unit), Fn->hasLocalLinkage(), in EmitFunctionStart() 2978 getOrCreateFunctionType(D, FnType, Unit), false /*internalLinkage*/, in EmitFunctionDecl()
|