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
  808     Offset = read32be(Offsets + SymbolIndex * 4);
  810     Offset = read64be(Offsets + SymbolIndex * 8);
  818     Offset = read32le(Offsets + SymbolIndex * 8 + 4);
  826     Offset = read64le(Offsets + SymbolIndex * 16 + 8);
  833     if (SymbolIndex >= SymbolCount)
  841     uint16_t OffsetIndex = read16le(Indices + SymbolIndex * 2);
  881     if (t.SymbolIndex + 1 < RanlibCount) {
  885       CurRanStrx = read32le(Ranlibs + t.SymbolIndex * 8);
  886       NextRanStrx = read32le(Ranlibs + (t.SymbolIndex + 1) * 8);
  894   ++t.SymbolIndex;