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);
  105       assert(!Parent || !other.Parent || Parent == other.Parent);
  105       assert(!Parent || !other.Parent || Parent == other.Parent);
  109     const Archive *getParent() const { return Parent; }
lib/Object/Archive.cpp
  395   if (Parent->IsThin) {
  413   return Parent->IsThin && Name != "/" && Name != "//";
  429       Parent->getMemoryBufferRef().getBufferIdentifier());
  452   Parent->ThinBuffers.push_back(std::move(*Buf));
  453   return Parent->ThinBuffers.back()->getBuffer();
  465   if (NextLoc == Parent->Data.getBufferEnd())
  469   if (NextLoc > Parent->Data.getBufferEnd()) {
  475       uint64_t Offset = Data.data() - Parent->getData().data();
  482   Child Ret(Parent, NextLoc, &Err);
  489   const char *a = Parent->Data.getBuffer().data();