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

References

tools/dsymutil/DwarfLinker.cpp
  812       bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() &&
  812       bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() &&
  813                          Info.Ctxt->isDefinedInClangModule();
  823           Info.Ctxt &&
  824           Info.Ctxt != ReferencedCU->getInfo(Info.ParentIdx).Ctxt &&
  824           Info.Ctxt != ReferencedCU->getInfo(Info.ParentIdx).Ctxt &&
  825           Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr))
  829       if (!(isODRAttribute(AttrSpec.Attr) && Info.Ctxt &&
  830             Info.Ctxt->getCanonicalDIEOffset()))
  831         Info.Prune = false;
  839       if (Info.Incomplete && !MyInfo.Incomplete &&