Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h748 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
H A DCGDebugInfo.cpp4089 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub() function in CGDebugInfo
4137 return getFunctionFwdDeclOrStub(GD, /* Stub = */ false); in getFunctionForwardDeclaration()
4141 return getFunctionFwdDeclOrStub(GD, /* Stub = */ true); in getFunctionStub()