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

References

tools/dsymutil/DwarfLinker.cpp
  317   Info.ParentIdx = ParentIdx;
  324       Info.Ctxt =
  326       if (Info.Ctxt)
  327         Info.Ctxt->setDefinedInClangModule(InClangModule);
  329       Info.Ctxt = CurrentDeclContext = nullptr;
  332   Info.Prune = InImportedModule;
  335       Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext,
  343   Info.Prune &= (DIE.getTag() == dwarf::DW_TAG_module) ||
  350     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
  350     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
  350     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
  352     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
  352     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
  352     Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
  353                   Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset;
  355   return Info.Prune;