Lines Matching refs:DContext
2693 llvm::DIScope *DContext = Unit; in getFunctionForwardDeclaration() local
2696 collectFunctionDeclProps(FD, Unit, Name, LinkageName, DContext, in getFunctionForwardDeclaration()
2706 DContext, Name, LinkageName, Unit, Line, in getFunctionForwardDeclaration()
2723 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local
2726 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration()
2728 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit), in getGlobalVariableForwardDeclaration()
3520 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls() argument
3532 Var, DContext); in CollectAnonRecordDecls()
3536 GV = DBuilder.createGlobalVariable(DContext, FieldName, LinkageName, Unit, in CollectAnonRecordDecls()
3550 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable() local
3554 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext); in EmitGlobalVariable()
3567 GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext); in EmitGlobalVariable()
3570 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
3613 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable() local
3619 DContext, Name, StringRef(), Unit, getLineNumber(VD->getLocation()), Ty, in EmitGlobalVariable()