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

References

tools/dsymutil/CompileUnit.cpp
   20     Idx = U.getInfo(Idx).ParentIdx;
tools/dsymutil/DeclContext.cpp
   35     U.getInfo(FirstIdx).Ctxt = nullptr;
tools/dsymutil/DwarfLinker.cpp
  296   CompileUnit::DIEInfo &Info = CU.getInfo(MyIdx);
  782   while (!CU.getInfo(AncestorIdx).Keep) {
  787     AncestorIdx = CU.getInfo(AncestorIdx).ParentIdx;
  811       CompileUnit::DIEInfo &Info = ReferencedCU->getInfo(RefIdx);
  824           Info.Ctxt != ReferencedCU->getInfo(Info.ParentIdx).Ctxt &&
  885   CompileUnit::DIEInfo &MyInfo = CU.getInfo(Idx);
  927     CompileUnit::DIEInfo &MyInfo = CU.getInfo(Idx);
 1052   CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx);
 1139       CompileUnit::DIEInfo &Info = Unit.getInfo(RefIdx);
 1507   CompileUnit::DIEInfo &Info = Unit.getInfo(Idx);
 1510   if (!Unit.getInfo(Idx).Keep)
 1527       Info.Ctxt != Unit.getInfo(Info.ParentIdx).Ctxt &&
 1660     if (Unit.getInfo(Idx).Keep) {
 2137   if (CU->getInfo(Idx).ParentIdx == 0 ||
 2139       CU->getOrigUnit().getDIEAtIndex(CU->getInfo(Idx).ParentIdx).getTag() ==
 2143   DWARFDie Die = OrigUnit->getDIEAtIndex(CU->getInfo(Idx).ParentIdx);
 2371     if (CurrentUnit->getInfo(0).Keep) {