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

References

lib/Object/COFFObjectFile.cpp
 1632   return Header == Other.Header && Index == Other.Index;
 1632   return Header == Other.Header && Index == Other.Index;
 1638   uint32_t Size = sizeof(*Header) +
 1640   if (Size == Header->BlockSize) {
 1645     Header = reinterpret_cast<const coff_base_reloc_block_header *>(
 1646         reinterpret_cast<const uint8_t *>(Header) + Size);
 1654   auto *Entry = reinterpret_cast<const coff_base_reloc_block_entry *>(Header + 1);
 1660   auto *Entry = reinterpret_cast<const coff_base_reloc_block_entry *>(Header + 1);
 1661   Result = Header->PageRVA + Entry[Index].getOffset();