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

References

lib/Object/COFFObjectFile.cpp
  460     uint32_t SectionStart = Section->VirtualAddress;
  461     uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize;
  461     uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize;
  464       Res = uintptr_t(base()) + Section->PointerToRawData + Offset;