Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3944 llvm::DIScope *DContext = Unit; in getFunctionFwdDeclOrStub() local
3967 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3973 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3997 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
4002 DContext); in getGlobalVariableForwardDeclaration()
5237 Var, DContext); in CollectAnonRecordDecls()
5497 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable() local
5503 TemplateParameters, DContext); in EmitGlobalVariable()
5599 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable() local
5631 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable() local
[all …]
H A DCGDebugInfo.h744 llvm::GlobalVariable *Var, llvm::DIScope *DContext);