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

Declarations

include/llvm/Object/XCOFFObjectFile.h
  202   const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;

References

lib/Object/XCOFFObjectFile.cpp
  229     return toSection64(Sec)->VirtualAddress;
  238     return toSection64(Sec) - sectionHeaderTable64() + 1;
  247     return toSection64(Sec)->SectionSize;
  526   return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name;
  534   return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags;