Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DContext

2499   llvm::DIScope *DContext = Unit;
2502 collectFunctionDeclProps(FD, Unit, Name, LinkageName, DContext,
2512 DContext, Name, LinkageName, Unit, Line,
2529 llvm::DIScope *DContext = Unit;
2532 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext);
2534 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit),
3314 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) {
3326 Var, DContext);
3330 GV = DBuilder.createGlobalVariable(DContext, FieldName, LinkageName, Unit,
3342 llvm::DIScope *DContext = nullptr;
3346 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext);
3359 GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
3362 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
3400 llvm::DIScope *DContext = getDeclContextDescriptor(VD);
3406 DContext, Name, StringRef(), Unit, getLineNumber(VD->getLocation()), Ty,