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

References

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  433     ScopeDIE = constructInlinedScopeDIE(Scope);
  434     if (!ScopeDIE)
  457     ScopeDIE = constructLexicalScopeDIE(Scope);
  458     assert(ScopeDIE && "Scope DIE should not be null.");
  463     ScopeDIE->addChild(std::move(I));
  465   FinalChildren.push_back(std::move(ScopeDIE));