Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4097 llvm::DIScope *DContext = Unit; in getFunctionFwdDeclOrStub() local
4099 collectFunctionDeclProps(GD, Unit, Name, LinkageName, DContext, TParamsArray, in getFunctionFwdDeclOrStub()
4120 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
4126 DContext, Name, LinkageName, Unit, Line, in getFunctionFwdDeclOrStub()
4150 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
4155 DContext); in getGlobalVariableForwardDeclaration()
4158 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit), in getGlobalVariableForwardDeclaration()
5361 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls() argument
5372 Var, DContext); in CollectAnonRecordDecls()
5377 DContext, FieldName, LinkageName, Unit, LineNo, FieldTy, in CollectAnonRecordDecls()
[all …]
H A DCGDebugInfo.h773 llvm::GlobalVariable *Var, llvm::DIScope *DContext);