Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h591 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
H A DCGDebugInfo.cpp3189 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub() function in CGDebugInfo
3237 return getFunctionFwdDeclOrStub(GD, /* Stub = */ false); in getFunctionForwardDeclaration()
3241 return getFunctionFwdDeclOrStub(GD, /* Stub = */ true); in getFunctionStub()