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

References

include/llvm/Object/Archive.h
  190       return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
  190       return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
lib/Object/Archive.cpp
  796   return Parent->getSymbolTable().begin() + StringIndex;
  800   const char *Buf = Parent->getSymbolTable().begin();
  802   if (Parent->kind() == K_GNU64 || Parent->kind() == K_DARWIN64)
  802   if (Parent->kind() == K_GNU64 || Parent->kind() == K_DARWIN64)
  807   if (Parent->kind() == K_GNU) {
  809   } else if (Parent->kind() == K_GNU64) {
  811   } else if (Parent->kind() == K_BSD) {
  819   } else if (Parent->kind() == K_DARWIN64) {
  851   const char *Loc = Parent->getData().begin() + Offset;
  853   Child C(Parent, Loc, &Err);
  861   if (Parent->kind() == K_BSD) {
  875     const char *Buf = Parent->getSymbolTable().begin();
  892     t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1;