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

References

include/llvm/Object/ELF.h
  567   if (sizeof(T) != Section->sh_entsize)
  568     return createError("section " + getSecIndexForError(this, Section) +
  570                        ", but got " + Twine(Section->sh_entsize));
  571   size_t Pos = Section->sh_offset + Entry * sizeof(T);
  574                        getSecIndexForError(this, Section) + " data at 0x" +