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

Declarations

include/llvm/Object/COFF.h
  795   const coff_relocation *toRel(DataRefImpl Rel) const;

References

lib/Object/COFFObjectFile.cpp
 1126   const coff_relocation *R = toRel(Rel);
 1131   const coff_relocation *R = toRel(Rel);
 1145   const coff_relocation* R = toRel(Rel);
 1168   return toRel(Reloc.getRawDataRefImpl());
 1279   const coff_relocation *Reloc = toRel(Rel);