Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h727 llvm::DISubprogram *getFunctionDeclaration(const Decl *D);
H A DCGDebugInfo.cpp4122 TParamsArray.get(), getFunctionDeclaration(FD)); in getFunctionFwdDeclOrStub()
4128 TParamsArray.get(), getFunctionDeclaration(FD)); in getFunctionFwdDeclOrStub()
4205 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration() function in CGDebugInfo
4448 : getFunctionDeclaration(D); in emitFunctionStart()