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

Declarations

include/llvm/Object/XCOFFObjectFile.h
  201   const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;

References

lib/Object/XCOFFObjectFile.cpp
  231   return toSection32(Sec)->VirtualAddress;
  240     return toSection32(Sec) - sectionHeaderTable32() + 1;
  249   return toSection32(Sec)->SectionSize;
  526   return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name;
  534   return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags;