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

Declarations

include/llvm/Object/COFF.h
 1042   uint64_t getSectionSize(const coff_section *Sec) const;

References

lib/Object/COFFObjectFile.cpp
  292   return getSectionSize(toSec(Ref));
 1109   uint32_t SectionSize = getSectionSize(Sec);