Searched refs:getOrCreateFunctionType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 196 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
|
D | CGDebugInfo.cpp | 2513 getOrCreateFunctionType(FD, FnType, Unit), !FD->isExternallyVisible(), in getFunctionForwardDeclaration() 2604 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 2726 getOrCreateFunctionType(D, FnType, Unit), Fn->hasInternalLinkage(), in EmitFunctionStart() 2779 getOrCreateFunctionType(D, FnType, Unit), in EmitFunctionDecl()
|