reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
475 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) 475 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) 781 auto Vars = DU->getScopeVariables().lookup(Scope); 801 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) 1082 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); 1086 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get()));lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
94 return DU->getAbstractSPDies(); 100 return DU->getAbstractEntities();lib/CodeGen/AsmPrinter/DwarfUnit.cpp
207 return DU->getDIE(D); 213 DU->insertDIE(Desc, D); 274 ? DU->getStringPool().getIndexedEntry(*Asm, String) 275 : DU->getStringPool().getEntry(*Asm, String); 1186 (DD->useAllLinkageNames() || DU->getAbstractSPDies().lookup(SP))) 1704 DU->getStringOffsetsStartSym(), 1713 DU->getRnglistsTableBaseSym(),