Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h643 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
DCGDebugInfo.cpp3548 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub() function in CGDebugInfo
3596 return getFunctionFwdDeclOrStub(GD, /* Stub = */ false); in getFunctionForwardDeclaration()
3600 return getFunctionFwdDeclOrStub(GD, /* Stub = */ true); in getFunctionStub()