Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3781 llvm::DIScope *DContext = Unit; in getFunctionFwdDeclOrStub() local
3804 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3810 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
3834 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
3839 DContext); in getGlobalVariableForwardDeclaration()
5014 Var, DContext); in CollectAnonRecordDecls()
5272 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable() local
5278 TemplateParameters, DContext); in EmitGlobalVariable()
5375 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable() local
5416 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable() local
[all …]
H A DCGDebugInfo.h724 llvm::GlobalVariable *Var, llvm::DIScope *DContext);