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

References

lib/Object/COFFObjectFile.cpp
  555   if (std::error_code EC = checkOffset(Data, IntPtr, DataEntry->Size))
  571   NumberOfDelayImportDirectory = DataEntry->Size /
  616       IntPtr + DataEntry->Size);
  633   if (DataEntry->Size % sizeof(debug_directory) != 0)
  641       IntPtr + DataEntry->Size);
 1537   uint32_t End = DataEntry->RelativeVirtualAddress + DataEntry->Size;
tools/lld/COFF/Writer.cpp
 1379     dir[EXPORT_TABLE].Size =
 1384     dir[IMPORT_TABLE].Size = importTableSize;
 1388     dir[IAT].Size = iatSize;
 1392     dir[RESOURCE_TABLE].Size = rsrcSec->getVirtualSize();
 1396     dir[EXCEPTION_TABLE].Size =
 1401     dir[BASE_RELOCATION_TABLE].Size = relocSec->getVirtualSize();
 1406       dir[TLS_TABLE].Size = config->is64()
 1413     dir[DEBUG_DIRECTORY].Size = debugDirectory->getSize();
 1429       dir[LOAD_CONFIG_TABLE].Size = loadConfigSize;
 1435     dir[DELAY_IMPORT_DESCRIPTOR].Size = delayIdata.getDirSize();
tools/llvm-objcopy/COFF/Writer.cpp
  377   if (Dir->Size <= 0)
  383       if (Dir->RelativeVirtualAddress + Dir->Size >
  390       uint8_t *End = Ptr + Dir->Size;
tools/llvm-readobj/COFFDumper.cpp
  608   W.printHex(FieldName + "Size", Data->Size);
tools/obj2yaml/coff2yaml.cpp
   90     DestDD->Size = DD->Size;