Searched refs:getOrCreateFunctionType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 154 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile F);
|
D | CGDebugInfo.cpp | 2408 getOrCreateFunctionType(FD, FnType, Unit), !FD->isExternallyVisible(), in getFunctionForwardDeclaration() 2505 llvm::MDSubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 2627 getOrCreateFunctionType(D, FnType, Unit), Fn->hasInternalLinkage(), in EmitFunctionStart()
|