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

References

include/llvm/Object/Archive.h
  105       assert(!Parent || !other.Parent || Parent == other.Parent);
  105       assert(!Parent || !other.Parent || Parent == other.Parent);
  106       return Data.begin() == other.Data.begin();