reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  781   auto Vars = DU->getScopeVariables().lookup(Scope);
  783     Children.push_back(constructVariableDIE(*DV.second, *Scope, ObjectPointer));
  788     Children.push_back(constructVariableDIE(*DV, *Scope, ObjectPointer));
  793     for (const auto *IE : ImportedEntities[Scope->getScopeNode()])
  801   for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope))
  802     Children.push_back(constructLabelDIE(*DL, *Scope));
  804   for (LexicalScope *LS : Scope->getChildren())