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

References

lib/Object/COFFObjectFile.cpp
  123   if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
  123   if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
  126   uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
  288   return toSec(Sec) - SectionTable;
  333       uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable);
  760   if ((EC = getObject(SectionTable, Data, base() + CurPtr,
  859   Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
  867   Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
  965     Result = SectionTable + (Index - 1);