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

Declarations

include/llvm/Object/COFF.h
  794   const coff_section *toSec(DataRefImpl Sec) const;

References

lib/Object/COFFObjectFile.cpp
  267   const coff_section *Sec = toSec(Ref);
  273   const coff_section *Sec = toSec(Ref);
  278   const coff_section *Sec = toSec(Ref);
  288   return toSec(Sec) - SectionTable;
  292   return getSectionSize(toSec(Ref));
  297   const coff_section *Sec = toSec(Ref);
  305   const coff_section *Sec = toSec(Ref);
  314   const coff_section *Sec = toSec(Ref);
  319   const coff_section *Sec = toSec(Ref);
  324   const coff_section *Sec = toSec(Ref);
  339   const coff_section *Sec = toSec(Ref);
  381   const coff_section *Sec = toSec(Ref);
  391   const coff_section *Sec = toSec(Ref);
 1151   return toSec(Section.getRawDataRefImpl());